diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-10-10 11:40:55 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-10-10 11:40:55 -0700 |
commit | d698927c49c0e27a316e496a954ad5b8a21d32e0 (patch) | |
tree | 289aa84e653b43c5d6da200568a4243438d7f3b7 /scripts | |
parent | d50ddd313dd283d143fca6c7fa528909573678bc (diff) | |
download | vyatta-cfg-system-d698927c49c0e27a316e496a954ad5b8a21d32e0.tar.gz vyatta-cfg-system-d698927c49c0e27a316e496a954ad5b8a21d32e0.zip |
Add LSB support information to telnetd.init
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/telnetd.init | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/scripts/telnetd.init b/scripts/telnetd.init index b8368f03..81dc2f76 100755 --- a/scripts/telnetd.init +++ b/scripts/telnetd.init @@ -1,5 +1,14 @@ #! /bin/bash +### BEGIN INIT INFO +# Provides: telnetd +# Required-Start: $remote_fs $syslog +# Required-Stop: $remote_fs $syslog +# Default-Start: +# Default-Stop: +# Short-Description: Busybox telnet daemon +### END INIT INFO + declare progname=${0##*/} declare action=$1; shift |