From ee0f2391336df2c75fd8b7eced0e1be75bf8cefd Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Sat, 4 Nov 2006 19:22:47 +0000 Subject: [PATCH] remove unused stuff --- debian/init.d | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/debian/init.d b/debian/init.d index fc56ddb..bccc624 100644 --- a/debian/init.d +++ b/debian/init.d @@ -1,6 +1,6 @@ #! /bin/sh # Written by Miquel van Smoorenburg . -# Modified for Debian +# Modified for Debian # by Ian Murdock . # # Version: @(#)skeleton 1.9 26-Feb-2001 miquels@cistron.nl @@ -13,7 +13,7 @@ # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # 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 PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin @@ -43,24 +43,7 @@ case "$1" in --exec $DAEMON 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) - # - # 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: " start-stop-daemon --stop --quiet --pidfile \ /var/run/$NAME.pid --exec $DAEMON