From d698927c49c0e27a316e496a954ad5b8a21d32e0 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Sun, 10 Oct 2010 11:40:55 -0700 Subject: Add LSB support information to telnetd.init --- scripts/telnetd.init | 9 +++++++++ 1 file changed, 9 insertions(+) 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 -- cgit v1.2.3