Mike Tremaine wrote:
> I posted the 2.0 version of ClamAv 0.90.3 and all it's bits.
> 
> http://www.stellarcore.net/downloads/efw2-updates/clamav-0.90.3-0.endian5.i386.rpm
> http://www.stellarcore.net/downloads/efw2-updates/clamav-db-0.90.3-0.endian5.i386.rpm
> http://www.stellarcore.net/downloads/efw2-updates/clamav-devel-0.90.3-0.endian5.i386.rpm
> 
>


Just a small warning for the first 10mins I had posted a bad RPM file it 
had the wrong logrotate file in it. I fixed it but if you happened to 
have been faster then my repost you should check

/etc/logrotate.d/clamav

If it has havp in it then it is wrong. It should look like


######

/var/log/clamav/clamd.log {
     copytruncate
     missingok
     sharedscripts
     lastaction
         /bin/kill -HUP `cat /var/run/syslogd.pid 2> /dev/null` 2> 
/dev/null || true
         /usr/bin/rotate_persistent /var/log/clamav/clamd.log
     endscript
}
/var/log/clamav/clam-update.log {
     copytruncate
     missingok
     sharedscripts
     lastaction
         /bin/killall -HUP freshclam 2> /dev/null || true
         /usr/bin/rotate_persistent /var/log/clamav/clam-update.log
     endscript
}

########

You can just copy and paste the correct settings into it.

[That is what I get for not clearing out my /usr/src/endian/SOURCES 
folder between builds.]

-Mike

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Efw-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/efw-user

Reply via email to