1 |
slords |
1.1 |
diff -Nur -x '*.orig' -x '*.rej' smeserver-clamav-1.2.0/createlinks mezzanine_patched_smeserver-clamav-1.2.0/createlinks |
2 |
|
|
--- smeserver-clamav-1.2.0/createlinks 2008-08-10 09:39:15.000000000 -0600 |
3 |
|
|
+++ mezzanine_patched_smeserver-clamav-1.2.0/createlinks 2008-08-10 09:36:37.000000000 -0600 |
4 |
|
|
@@ -5,7 +5,7 @@ |
5 |
|
|
my $panel = "manager"; |
6 |
|
|
panel_link("clamav", $panel); |
7 |
|
|
|
8 |
|
|
-foreach (qw(freshclam.conf clamd.conf crontab)) |
9 |
|
|
+foreach (qw(freshclam.conf clamd.conf)) |
10 |
|
|
{ |
11 |
|
|
templates2events("/etc/$_", |
12 |
|
|
qw( |
13 |
|
|
@@ -16,6 +16,8 @@ |
14 |
|
|
)); |
15 |
|
|
} |
16 |
|
|
|
17 |
|
|
+templates2events("/etc/crontab", "clamav-update"); |
18 |
|
|
+ |
19 |
|
|
my $event = "email-update"; |
20 |
|
|
|
21 |
|
|
foreach my $event (qw(bootstrap-console-save email-update clamav-update)) |