/[smeserver]/rpms/e-smith-dnscache/sme7/e-smith-dnscache-1.0.0-cachesize.patch
ViewVC logotype

Contents of /rpms/e-smith-dnscache/sme7/e-smith-dnscache-1.0.0-cachesize.patch

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


Revision 1.2 - (show annotations) (download)
Tue Oct 7 18:01:45 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' e-smith-dnscache-1.0.0/root/etc/e-smith/templates/var/service/dnscache.forwarder/config/CACHESIZE mezzanine_patched_e-smith-dnscache-1.0.0/root/etc/e-smith/templates/var/service/dnscache.forwarder/config/CACHESIZE
2 --- e-smith-dnscache-1.0.0/root/etc/e-smith/templates/var/service/dnscache.forwarder/config/CACHESIZE 2005-04-20 17:58:58.000000000 -0400
3 +++ mezzanine_patched_e-smith-dnscache-1.0.0/root/etc/e-smith/templates/var/service/dnscache.forwarder/config/CACHESIZE 2007-10-16 21:51:28.000000000 -0400
4 @@ -1,4 +1,4 @@
5 {
6 - my $c = $dnscache{'CacheSize'} || 1000000;
7 + my $c = $dnscache{'CacheSize'} || 10000000;
8 "export CACHESIZE=$c"
9 }
10 diff -Nur -x '*.orig' -x '*.rej' e-smith-dnscache-1.0.0/root/etc/e-smith/templates/var/service/dnscache.forwarder/config/DATALIMIT mezzanine_patched_e-smith-dnscache-1.0.0/root/etc/e-smith/templates/var/service/dnscache.forwarder/config/DATALIMIT
11 --- e-smith-dnscache-1.0.0/root/etc/e-smith/templates/var/service/dnscache.forwarder/config/DATALIMIT 2005-04-20 14:32:37.000000000 -0400
12 +++ mezzanine_patched_e-smith-dnscache-1.0.0/root/etc/e-smith/templates/var/service/dnscache.forwarder/config/DATALIMIT 2007-10-16 21:52:37.000000000 -0400
13 @@ -1,5 +1,4 @@
14 {
15 - my $datalimit = $dnscache{'DataLimit'} || 3000000;
16 + my $datalimit = $dnscache{'DataLimit'} || 12000000;
17 "DATALIMIT=$datalimit";
18 }
19 -

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