/[smeserver]/rpms/smeserver-clamav/sme9/smeserver-clamav-2.4.0-weekly_AV_scan_on_Saturday.patch
ViewVC logotype

Contents of /rpms/smeserver-clamav/sme9/smeserver-clamav-2.4.0-weekly_AV_scan_on_Saturday.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Mon Jul 8 08:22:40 2013 UTC (10 years, 10 months ago) by burnat
Branch: MAIN
CVS Tags: smeserver-clamav-2_4_0-2_el6_sme, smeserver-clamav-2_4_0-3_el6_sme, smeserver-clamav-2_4_0-6_el6_sme, smeserver-clamav-2_4_0-5_el6_sme, smeserver-clamav-2_4_0-4_el6_sme, HEAD
* Mon Jul 8 2013 Chris Burnat <devlist@burnat.com> 2.4.0-2.sme
-  Move clamscan scheduling to complete before 99-raid-check [SME: 7758]

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 }

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed