Bruno Tréguier wrote: > Package: clamav-milter > Severity: normal > Tags: patch > > > The script "/etc/init.d/clamav-milter" doesn't do a proper job when > trying to stop the daemon. This is due to the fact that the file > containing the PID (/var/run/clamav/clamav-milter.pid) in fact holds the > process group ID, which is negative, and line 88 of the script, which is > supposed to kill the daemon, is as follows: > > kill -15 -"$PID" 2>/dev/null || true
Hi, The bug is really in the milter which tries to act smart and breaks established conventions. This is BTW fixed in the SVN version. Cheers, -aCaB _______________________________________________ Pkg-clamav-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-clamav-devel
