diff -up smeserver-clamav-2.0.0/createlinks.logrotate smeserver-clamav-2.0.0/createlinks --- smeserver-clamav-2.0.0/createlinks.logrotate 2008-10-07 17:31:08.000000000 +0200 +++ smeserver-clamav-2.0.0/createlinks 2009-11-06 11:06:40.000000000 +0100 @@ -5,7 +5,7 @@ use esmith::Build::CreateLinks qw(:all); my $panel = "manager"; panel_link("clamav", $panel); -foreach (qw(freshclam.conf clamd.conf)) +foreach (qw(freshclam.conf clamd.conf logrotate.d/clamscan)) { templates2events("/etc/$_", qw( diff -up smeserver-clamav-2.0.0/root/etc/e-smith/templates/etc/logrotate.d/clamscan/00clamscan.logrotate smeserver-clamav-2.0.0/root/etc/e-smith/templates/etc/logrotate.d/clamscan/00clamscan --- smeserver-clamav-2.0.0/root/etc/e-smith/templates/etc/logrotate.d/clamscan/00clamscan.logrotate 2009-11-06 11:04:03.000000000 +0100 +++ smeserver-clamav-2.0.0/root/etc/e-smith/templates/etc/logrotate.d/clamscan/00clamscan 2009-11-06 11:04:26.000000000 +0100 @@ -0,0 +1,7 @@ +/var/log/clamd/smeserver-clamscan.log \{ + missingok + notifempty + rotate 4 + monthly + create 644 root smelog +\}