/[smeserver]/rpms/smeserver-clamav/sme7/smeserver-clamav-1.2.0-memlimit.patch2
ViewVC logotype

Contents of /rpms/smeserver-clamav/sme7/smeserver-clamav-1.2.0-memlimit.patch2

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


Revision 1.2 - (show annotations) (download)
Tue Oct 7 15:36:01 2008 UTC (15 years, 7 months ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
New streams

1 diff -Nur -x '*.orig' -x '*.rej' smeserver-clamav-1.2.0/root/etc/e-smith/db/configuration/defaults/clamd/MemLimit mezzanine_patched_smeserver-clamav-1.2.0/root/etc/e-smith/db/configuration/defaults/clamd/MemLimit
2 --- smeserver-clamav-1.2.0/root/etc/e-smith/db/configuration/defaults/clamd/MemLimit 2007-04-18 14:59:03.000000000 -0600
3 +++ mezzanine_patched_smeserver-clamav-1.2.0/root/etc/e-smith/db/configuration/defaults/clamd/MemLimit 2007-04-18 14:58:29.000000000 -0600
4 @@ -1 +1 @@
5 -120000000
6 +250000000
7 diff -Nur -x '*.orig' -x '*.rej' smeserver-clamav-1.2.0/root/etc/e-smith/db/configuration/migrate/clamdMemLimit mezzanine_patched_smeserver-clamav-1.2.0/root/etc/e-smith/db/configuration/migrate/clamdMemLimit
8 --- smeserver-clamav-1.2.0/root/etc/e-smith/db/configuration/migrate/clamdMemLimit 2007-04-18 14:59:03.000000000 -0600
9 +++ mezzanine_patched_smeserver-clamav-1.2.0/root/etc/e-smith/db/configuration/migrate/clamdMemLimit 2007-04-18 14:58:43.000000000 -0600
10 @@ -1,5 +1,5 @@
11 {
12 my $clamd = $DB->get('clamd');
13 return unless $clamd;
14 - $clamd->set_prop('MemLimit', 120000000) if $clamd->prop('MemLimit') < 120000000;
15 + $clamd->set_prop('MemLimit', 250000000) if $clamd->prop('MemLimit') < 250000000;
16 }

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