On Fri, 08 Aug 2008 13:26:23 -0500
Noel Jones <[EMAIL PROTECTED]> wrote:

>If the sig works with clamscan, it will also work with clamdscan.
>Clamd must be stopped and restarted to recognize new signature 
>files.


You can use something like:

        pidof clamd             # Get the pid of clamd
        
        kill -USR2 "clamd pid"  # place the pid found
                                # above here sans quotation marks.

You could place the whole thing in a small script file if you are going
to use it repeatedly.

-- 
Gerard
[EMAIL PROTECTED]

One man's theology is another man's belly laugh.

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://www.clamav.net/support/ml

Reply via email to