https://bugzilla.novell.com/show_bug.cgi?id=382907 User guru@unixtech.be added comment https://bugzilla.novell.com/show_bug.cgi?id=382907#c3 Pascal Bleser <guru@unixtech.be> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |guru@unixtech.be --- Comment #3 from Pascal Bleser <guru@unixtech.be> 2008-04-29 04:22:28 MST --- Killing actually needs something along the lines of this: pid=$(</var/run/clamav-milter.pid) case $pid in -*) killall -g "${pid#-}" ;; *) kill "$pid" ;; esac As when their "PID" starts with -, it actually is the process group ID, and not the process ID. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.