1 |
slords |
1.1 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-tinydns-1.0.0/root/etc/e-smith/templates/var/service/tinydns/root/data/30nameServers mezzanine_patched_e-smith-tinydns-1.0.0/root/etc/e-smith/templates/var/service/tinydns/root/data/30nameServers |
2 |
|
|
--- e-smith-tinydns-1.0.0/root/etc/e-smith/templates/var/service/tinydns/root/data/30nameServers 2006-03-14 15:01:42.000000000 -0700 |
3 |
|
|
+++ mezzanine_patched_e-smith-tinydns-1.0.0/root/etc/e-smith/templates/var/service/tinydns/root/data/30nameServers 2007-01-14 09:29:16.000000000 -0700 |
4 |
|
|
@@ -11,4 +11,8 @@ |
5 |
|
|
esmith::util::computeLocalNetworkReversed ($LocalIP, $LocalNetmask); |
6 |
|
|
$reverse =~ s/\.$//; |
7 |
|
|
$OUT .= ".$reverse\:\:127.0.0.1\n"; |
8 |
|
|
+ $reverse = |
9 |
|
|
+ esmith::util::computeLocalNetworkReversed ('127.0.0.1', '255.255.255.0'); |
10 |
|
|
+ $reverse =~ s/\.$//; |
11 |
|
|
+ $OUT .= ".$reverse\:\:127.0.0.1\n"; |
12 |
|
|
} |