[ps-watcher] 58/88: removed use of pidof from init-script

Jan Wagner waja at alioth.debian.org
Fri Nov 8 23:06:43 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 9aca40eb19f485b54683ee8703d9393b27b7e194
Author: Jan Wagner <waja at cyconet.org>
Date:   Wed Oct 1 09:08:17 2008 +0000

    removed use of pidof from init-script
---
 debian/changelog |    8 +++++---
 debian/init.d    |    1 -
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5cdcecc..a02312d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
-ps-watcher (1.06-11) UNRELEASED; urgency=low
+ps-watcher (1.06-11) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * removed use of pidof from restart|force-reload init-script target,
+    since daemon has pidfile support and it never worked anyways
+    (Closes: #500741)
 
- -- Jan Wagner <waja at cyconet.org>  Sun, 20 Jul 2008 15:46:37 +0200
+ -- Jan Wagner <waja at cyconet.org>  Wed, 01 Oct 2008 11:05:25 +0200
 
 ps-watcher (1.06-10) unstable; urgency=low
 
diff --git a/debian/init.d b/debian/init.d
index dfadeb5..047debf 100644
--- a/debian/init.d
+++ b/debian/init.d
@@ -74,7 +74,6 @@ case "$1" in
 	sleep 1
 	start-stop-daemon --start --quiet --pidfile /var/run/$NAME.pid \
 		 --exec $DAEMON -- -c $CONFIG --daemon $DAEMON_OPTS
-	/bin/pidof $DAEMON > /var/run/$NAME.pid
 	echo "$NAME."
 	;;
   *)

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