On Mon, 2004-06-07 at 14:36, Todd Lyons wrote:
> Bill Maidment wanted us to know:
> 
> >>Are you sure it's not still writing to the old file?  If it was already
> >Yep that was it. So I need to stop freshclam and clamd before logrotate 
> >and start them after logrotate? What a bore!
> 
> Similar to this:
> 
> [EMAIL PROTECTED] root]# cat /etc/logrotate.d/clamav    
> /var/log/clamav/clamav.log {
>         create 644 clamav clamav
>         weekly
>         compress
>     postrotate
>         /bin/kill -HUP `cat /var/run/clamav/clamd.pid` 2>/dev/null || true
>     endscript
> }

copytruncate?

-- 
Dennis Skinner
Systems Administrator
BlueFrog Internet
http://www.bluefrog.com

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to