Hello Mike,

I appreciate your work on clamdwatch. Very nice utility. Should serve my purpose well.

I do have one suggestion.

The exit code for clamdwatch should probably stick to standards, as

true && echo $?; false || echo $?

can demonstrate. 0 exit success, anything else error. (yes this is opposite c coding and countless other languages)

Instead of

clamdwatch.pl && /etc/init.d/clamd restart

as a cron entry, you would have

clamdwatch.pl || /etc/init.d/clamd restart

Thanks,

Joe

(bit me cause i didnt read docs or check source ; clamd restarting every 15 minutes.....)


-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE. http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users

Reply via email to