Is there anything holding up the fixing of this bug? I'm sure that you have figured out that the patch for this bug is as below. I am faced with a number of packages that don't clean up the PID file (because they don't have one and I have to make it), so the integration of this patch would be appreciated.
diff -Nru /tmp/QGeMlaJBTS/lsb-3.0/init-functions /tmp/P9nTmOgQ6e/lsb-3.0/init-functions --- /tmp/QGeMlaJBTS/lsb-3.0/init-functions 2005-10-27 11:10:36.000000000 +0200 +++ /tmp/P9nTmOgQ6e/lsb-3.0/init-functions 2005-11-29 23:54:31.000000000 +0100 @@ -120,6 +120,8 @@ else /sbin/start-stop-daemon --stop --pidfile "$pidfile" --retry 5 --quiet --oknodo --name "$base" fi + + rm -f "$pidfile" } log_use_fancy_output () { -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]