[ps-watcher] 10/88: remove unused stuff
Jan Wagner
waja at alioth.debian.org
Fri Nov 8 23:06:31 UTC 2013
This is an automated email from the git hooks/post-receive script.
waja pushed a commit to branch master
in repository ps-watcher.
commit ee0f2391336df2c75fd8b7eced0e1be75bf8cefd
Author: Jan Wagner <waja at cyconet.org>
Date: Sat Nov 4 19:22:47 2006 +0000
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 <miquels at cistron.nl>.
-# Modified for Debian
+# Modified for Debian
# by Ian Murdock <imurdock at gnu.ai.mit.edu>.
#
# Version: @(#)skeleton 1.9 26-Feb-2001 miquels at 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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/ps-watcher.git
More information about the Pkg-perl-cvs-commits
mailing list