Parent Directory | Revision Log | Revision Graph
* Sat Feb 6 2010 Stephen Noble <support@dungog.net> 2.0.0-7.sme - Setup logrotate for /var/log/clamd/clamscan.log [SME: 5287]
1 | diff -urN smeserver-clamav-2.2.0/root/etc/e-smith/templates/etc/logrotate.d/clamscan/00clamscan smeserver-clamav-2.2.0.new/root/etc/e-smith/templates/etc/logrotate.d/clamscan/00clamscan |
2 | --- smeserver-clamav-2.2.0/root/etc/e-smith/templates/etc/logrotate.d/clamscan/00clamscan 2010-02-06 17:07:05.000000000 +1100 |
3 | +++ smeserver-clamav-2.2.0.new/root/etc/e-smith/templates/etc/logrotate.d/clamscan/00clamscan 2010-02-06 17:36:49.000000000 +1100 |
4 | @@ -3,4 +3,13 @@ |
5 | notifempty |
6 | rotate 4 |
7 | monthly |
8 | + compress |
9 | +\} |
10 | + |
11 | +/var/log/clamd/clamscan.log \{ |
12 | + missingok |
13 | + notifempty |
14 | + rotate 4 |
15 | + monthly |
16 | + compress |
17 | \} |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |