1 |
burnat |
1.1 |
diff -urN smeserver-clamav-2.2.0.old/root/etc/e-smith/templates/etc/crontab/clamav smeserver-clamav-2.2.0/root/etc/e-smith/templates/etc/crontab/clamav |
2 |
|
|
--- smeserver-clamav-2.2.0.old/root/etc/e-smith/templates/etc/crontab/clamav 2008-10-08 02:34:18.000000000 +1100 |
3 |
|
|
+++ smeserver-clamav-2.2.0/root/etc/e-smith/templates/etc/crontab/clamav 2013-07-06 12:57:19.024723922 +1000 |
4 |
|
|
@@ -7,7 +7,7 @@ |
5 |
|
|
if ($ScanFreq eq 'daily') { |
6 |
|
|
$OUT .= $min."\t0\t*\t*\t*\troot\t/sbin/e-smith/smeserver-clamscan\n"; |
7 |
|
|
} elsif ($ScanFreq eq 'weekly') { |
8 |
|
|
- $OUT .= $min."\t0\t*\t*\t0\troot\t/sbin/e-smith/smeserver-clamscan\n"; |
9 |
|
|
+ $OUT .= $min."\t0\t*\t*\t6\troot\t/sbin/e-smith/smeserver-clamscan\n"; |
10 |
|
|
} else { |
11 |
|
|
$OUT .= "# disabled\n"; |
12 |
|
|
} |