<quote who="Alex">
>
> <quote who="Tom Collins">
>
>> I'm running Fedora Core 3, and I was able to simply create a
>> /etc/logrotate.d/freshclam file as follows:
>>
>> /var/log/freshclam.log {
>> daily
>> notifempty
>> missingok
>> postrotate
>> /usr/bin/killall -HUP freshclam 2> /dev/null || true
>> endscript
>> }
>>Quoting myself but wanted to let know that this script indeed does work, my logs are rotated and reporting works fine. Thanks Tom and everyone else who answered! Alex
