remove unused stuff
This commit is contained in:
parent
7c23e0bc6c
commit
ee0f239133
21
debian/init.d
vendored
21
debian/init.d
vendored
|
@ -1,6 +1,6 @@
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# Written by Miquel van Smoorenburg <miquels@cistron.nl>.
|
# Written by Miquel van Smoorenburg <miquels@cistron.nl>.
|
||||||
# Modified for Debian
|
# Modified for Debian
|
||||||
# by Ian Murdock <imurdock@gnu.ai.mit.edu>.
|
# by Ian Murdock <imurdock@gnu.ai.mit.edu>.
|
||||||
#
|
#
|
||||||
# Version: @(#)skeleton 1.9 26-Feb-2001 miquels@cistron.nl
|
# Version: @(#)skeleton 1.9 26-Feb-2001 miquels@cistron.nl
|
||||||
|
@ -13,7 +13,7 @@
|
||||||
# Default-Start: 2 3 4 5
|
# Default-Start: 2 3 4 5
|
||||||
# Default-Stop: 0 1 6
|
# Default-Stop: 0 1 6
|
||||||
# Short-Description: start and stop the ps-watcher daemon
|
# Short-Description: start and stop the ps-watcher daemon
|
||||||
# Description: monitoring a system via ps-like commands
|
# Description: monitoring a system via ps-like commands
|
||||||
### END INIT INFO
|
### END INIT INFO
|
||||||
|
|
||||||
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
|
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
|
||||||
|
@ -43,24 +43,7 @@ case "$1" in
|
||||||
--exec $DAEMON
|
--exec $DAEMON
|
||||||
echo "$NAME."
|
echo "$NAME."
|
||||||
;;
|
;;
|
||||||
#reload)
|
|
||||||
#
|
|
||||||
# If the daemon can reload its config files on the fly
|
|
||||||
# for example by sending it SIGHUP, do it here.
|
|
||||||
#
|
|
||||||
# If the daemon responds to changes in its config file
|
|
||||||
# directly anyway, make this a do-nothing entry.
|
|
||||||
#
|
|
||||||
# echo "Reloading $DESC configuration files."
|
|
||||||
# start-stop-daemon --stop --signal 1 --quiet --pidfile \
|
|
||||||
# /var/run/$NAME.pid --exec $DAEMON
|
|
||||||
#;;
|
|
||||||
restart|force-reload)
|
restart|force-reload)
|
||||||
#
|
|
||||||
# If the "reload" option is implemented, move the "force-reload"
|
|
||||||
# option to the "reload" entry above. If not, "force-reload" is
|
|
||||||
# just the same as "restart".
|
|
||||||
#
|
|
||||||
echo -n "Restarting $DESC: "
|
echo -n "Restarting $DESC: "
|
||||||
start-stop-daemon --stop --quiet --pidfile \
|
start-stop-daemon --stop --quiet --pidfile \
|
||||||
/var/run/$NAME.pid --exec $DAEMON
|
/var/run/$NAME.pid --exec $DAEMON
|
||||||
|
|
Loading…
Reference in a new issue