There seems to be a problem with clamav-milter's --pidfile option.

It successfully writes the PID to the file but then it also puts a trailing newline.
This makes it unsuitable for the standard

kill `cat /the/pidfile`

trick.

As a workaround this seems to work:

kill `head --bytes=-1 /the/pidfile`

but if the bug is fixed the workaround will delete a random process, which is never 
good.

What's the best way to submit this?

[EMAIL PROTECTED]                      805.964.4554 x902
Hispanic Business Inc./HireDiversity.com         Software Engineer
perl -e"map{y/a-z/l-za-k/;print}shift" "Jjhi pcdiwtg Ptga wprztg,"


-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users

Reply via email to