-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello,

Just a tired and blind attempt at this bug.
Could you patch the init script with the attached pacth and see if
it works?

- --
Regards,
EddyP
=============================================
"Imagination is more important than knowledge" A.Einstein
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGAcoXY8Chqv3NRNoRAs+SAJ9wqQGFgeDIRAkoY+IaVOWLekbRIACfSsmh
0zHHZ8To8lGKtlbX+VEKE0A=
=1mAQ
-----END PGP SIGNATURE-----
--- timidity.init.old	2007-03-22 01:54:18.000000000 +0200
+++ timidity.init	2007-03-22 02:09:33.000000000 +0200
@@ -52,8 +52,8 @@
 	;;
   stop)
   	echo -n "Stopping $DESC: "
-	if start-stop-daemon --stop --quiet --pidfile ${PIDFILE} \
-	   --exec ${DAEMON} --retry 10 ; then
+	if start-stop-daemon --stop --quiet --oknodo --pidfile ${PIDFILE} \
+	   --exec ${DAEMON} --signal TERM --retry 10; then
 		echo "timidity."
 	else
 		echo "(failed)."

Reply via email to