Package: quagga
Version: 0.99.5-2

On an Ubuntu dapper system with a quagga 0.99.5-2 backport,
"/etc/init.d/quagga stop" fails to properly stop the daemons.  It gets
stuck in an infinite wait loop.

After some investigation, I found that it's because the command on line 94:

start-stop-daemon --stop --quiet --oknodo --exec "$D_PATH/$1"

doesn't appear to find the correct process to kill.  Changing this line to:

start-stop-daemon --stop --quiet --oknodo --pidfile $PIDFILE

seems to fix the problem.  I do not know if this is a bug specific to
dapper, or if it also exists on sarge or etch, as I don't have any
systems of those types to test on.


Thanks,
Wes


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to