/[smeserver]/rpms/e-smith-tinydns/sme8/e-smith-tinydns-1.0.0-localnet.patch
ViewVC logotype

Annotation of /rpms/e-smith-tinydns/sme8/e-smith-tinydns-1.0.0-localnet.patch

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


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

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     }

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