3 DAEMON
=/usr
/sbin
/thttpd
4 test -f $DAEMON ||
exit 0
7 echo -n "Starting thttpd: "
8 $DAEMON -C /etc
/thttpd.conf
18 echo -n "Stopping ProFTPD: "
19 kill -9 `cat /var/run/thttpd.pid`
38 echo "Usage: /etc/init.d/S90thttpd {start|stop|restart}"