/[smeserver]/rpms/smeserver-clamav/sme8/smeserver-clamav-2.2.0-MemLimit-0.96.patch
ViewVC logotype

Contents of /rpms/smeserver-clamav/sme8/smeserver-clamav-2.2.0-MemLimit-0.96.patch

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


Revision 1.1 - (show annotations) (download)
Fri Apr 2 11:04:52 2010 UTC (14 years, 1 month ago) by filippocarletti
Branch: MAIN
CVS Tags: smeserver-clamav-2_2_0-14_el5_sme, smeserver-clamav-2_2_0-12_el5_sme, smeserver-clamav-2_2_0-13_el5_sme, smeserver-clamav-2_2_0-10_el5_sme, smeserver-clamav-2_2_0-11_el5_sme, smeserver-clamav-2_2_0-15_el5_sme, smeserver-clamav-2_2_0-9_el5_sme, HEAD
* Fri Apr 02 2010  Filippo Carletti <filippo.carletti@gmail.com> 2.2.0-9.sme
- Increase MemLimit to 300M for clamav-0.96 [SME: 5868]

1 diff -Naur smeserver-clamav-2.2.0-orig/root/etc/e-smith/db/configuration/defaults/clamd/MemLimit smeserver-clamav-2.2.0/root/etc/e-smith/db/configuration/defaults/clamd/MemLimit
2 --- smeserver-clamav-2.2.0-orig/root/etc/e-smith/db/configuration/defaults/clamd/MemLimit 2008-10-07 17:34:18.000000000 +0200
3 +++ smeserver-clamav-2.2.0/root/etc/e-smith/db/configuration/defaults/clamd/MemLimit 2010-04-02 12:48:18.044259444 +0200
4 @@ -1 +1 @@
5 -250000000
6 +300000000
7 diff -Naur smeserver-clamav-2.2.0-orig/root/etc/e-smith/db/configuration/migrate/clamdMemLimit smeserver-clamav-2.2.0/root/etc/e-smith/db/configuration/migrate/clamdMemLimit
8 --- smeserver-clamav-2.2.0-orig/root/etc/e-smith/db/configuration/migrate/clamdMemLimit 2008-10-07 17:34:18.000000000 +0200
9 +++ smeserver-clamav-2.2.0/root/etc/e-smith/db/configuration/migrate/clamdMemLimit 2010-04-02 12:48:05.673560743 +0200
10 @@ -1,5 +1,5 @@
11 {
12 my $clamd = $DB->get('clamd');
13 return unless $clamd;
14 - $clamd->set_prop('MemLimit', 250000000) if $clamd->prop('MemLimit') < 250000000;
15 + $clamd->set_prop('MemLimit', 300000000) if $clamd->prop('MemLimit') < 300000000;
16 }

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