1 |
wellsi |
1.1 |
diff -ruN smeserver-clamav-2.0.0.old/createlinks smeserver-clamav-2.0.0/createlinks |
2 |
|
|
--- smeserver-clamav-2.0.0.old/createlinks 2010-06-05 08:26:52.000000000 +0100 |
3 |
|
|
+++ smeserver-clamav-2.0.0/createlinks 2010-06-05 08:29:14.000000000 +0100 |
4 |
|
|
@@ -5,7 +5,7 @@ |
5 |
|
|
my $panel = "manager"; |
6 |
|
|
panel_link("clamav", $panel); |
7 |
|
|
|
8 |
|
|
-foreach (qw(freshclam.conf clamd.conf logrotate.d/clamscan)) |
9 |
|
|
+foreach (qw(freshclam.conf clamd.conf logrotate.d/clamscan /etc/cron.daily/freshclam)) |
10 |
|
|
{ |
11 |
|
|
templates2events("/etc/$_", |
12 |
|
|
qw( |
13 |
|
|
@@ -17,7 +17,6 @@ |
14 |
|
|
} |
15 |
|
|
|
16 |
|
|
templates2events("/etc/crontab", "clamav-update"); |
17 |
|
|
-templates2events("/etc/cron.daily/freshclam", "clamav-update"); |
18 |
|
|
|
19 |
|
|
my $event = "email-update"; |
20 |
|
|
|