1 |
slords |
1.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 |
|
|
- |