[ps-watcher] 39/88: fix init script

Jan Wagner waja at alioth.debian.org
Fri Nov 8 23:06:37 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 7d8b6199ba0fb6acedc666c5c3afa821c2a3072a
Author: Jan Wagner <waja at cyconet.org>
Date:   Fri Jul 6 21:13:00 2007 +0000

    fix init script
---
 debian/init.d |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/init.d b/debian/init.d
index 7f8da5f..4362fd4 100644
--- a/debian/init.d
+++ b/debian/init.d
@@ -66,8 +66,8 @@ case "$1" in
 	;;
   stop)
 	echo -n "Stopping $DESC: "
-	#start-stop-daemon --stop --quiet --pidfile /var/run/$NAME.pid \
-	#	--exec $DAEMON
+	start-stop-daemon --stop --quiet --pidfile /var/run/$NAME.pid \
+		--exec $DAEMON
 	echo "$NAME."
 	;;
   restart|force-reload)

-- 
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