~ubuntu-branches/ubuntu/quantal/lsb/quantal-proposed

« back to all changes in this revision

Viewing changes to init-fragment

  • Committer: Bazaar Package Importer
  • Author(s): Chris Lawrence
  • Date: 2005-03-27 21:42:24 UTC
  • mto: (1.1.3 squeeze)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20050327214224-ptr2vsz557dpai0d
Tags: 2.0-7
Fix Replaces line to use the correct version in lsb-base.
(Closes: #301694, RC; Closes: #301747)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
### BEGIN INIT INFO
2
 
# X-ZEDV-Note: This should be only installed on Systems in @amd
3
 
# Provides: sshd2
4
 
# Required-Start: $network
5
 
# Required-Stop: $network
6
 
# Default-Start: 3 5
7
 
# Default-Stop: 0 1 2 6
8
 
# Short-Description: Starts the secondary SSHD deamon used for rdist
9
 
# Description: This script runs a second SSH daemon which listens on
10
 
#       a different port (1000) and uses an extra config file.
11
 
#       This is thought be used for system administration.
12
 
### END INIT INFO