~ubuntu-branches/ubuntu/raring/lsb/raring-proposed

« back to all changes in this revision

Viewing changes to init-fragment

  • Committer: Bazaar Package Importer
  • Author(s): Chris Lawrence
  • Date: 2002-04-15 02:25:51 UTC
  • Revision ID: james.westby@ubuntu.com-20020415022551-don2tfe0tawo0g44
Tags: 1.1.0-11
Note that Debian's run-parts ignores certain lsb cron.* scripts, in
violation of the LSB specification.  See #118646.
(If necessary, run-parts may be diverted by this package to conform.)

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