removed use of pidof from init-script

This commit is contained in:
Jan Wagner 2008-10-01 09:08:17 +00:00
parent 7364475f62
commit 9aca40eb19
2 changed files with 5 additions and 4 deletions

8
debian/changelog vendored
View file

@ -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@cyconet.org> Sun, 20 Jul 2008 15:46:37 +0200
-- Jan Wagner <waja@cyconet.org> Wed, 01 Oct 2008 11:05:25 +0200
ps-watcher (1.06-10) unstable; urgency=low

1
debian/init.d vendored
View file

@ -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."
;;
*)