1 |
snetram |
1.1 |
diff -Nur -x '*.orig' -x '*.rej' smeserver-clamav-1.2.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/clamav mezzanine_patched_smeserver-clamav-1.2.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/clamav |
2 |
|
|
--- smeserver-clamav-1.2.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/clamav 2008-04-27 00:02:38.000000000 +0200 |
3 |
|
|
+++ mezzanine_patched_smeserver-clamav-1.2.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/clamav 2008-04-27 00:01:13.000000000 +0200 |
4 |
|
|
@@ -134,8 +134,4 @@ |
5 |
|
|
<base>SUCCESS</base> |
6 |
|
|
<trans>The new clamav antivirus settings have been saved.</trans> |
7 |
|
|
</entry> |
8 |
|
|
- <entry> |
9 |
|
|
- <base>ERROR_UPDATING</base> |
10 |
|
|
- <trans>Error occurred while updating system configuration.</trans> |
11 |
|
|
- </entry> |
12 |
|
|
</lexicon> |
13 |
|
|
diff -Nur -x '*.orig' -x '*.rej' smeserver-clamav-1.2.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/clamav.pm mezzanine_patched_smeserver-clamav-1.2.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/clamav.pm |
14 |
|
|
--- smeserver-clamav-1.2.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/clamav.pm 2008-04-27 00:02:38.000000000 +0200 |
15 |
|
|
+++ mezzanine_patched_smeserver-clamav-1.2.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/clamav.pm 2008-04-27 00:02:10.000000000 +0200 |
16 |
|
|
@@ -138,7 +138,7 @@ |
17 |
|
|
HTTPProxyPassword => $HTTPProxyPassword, |
18 |
|
|
); |
19 |
|
|
|
20 |
|
|
- return $fm->error('ERROR_UPDATING') |
21 |
|
|
+ return $fm->error('ERROR_UPDATING_CONFIGURATION') |
22 |
|
|
unless ( system( "/sbin/e-smith/signal-event", "clamav-update" ) == 0 ); |
23 |
|
|
|
24 |
|
|
$fm->success('SUCCESS'); |