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

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

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


Revision 1.1 - (hide annotations) (download)
Tue Jun 12 19:41:12 2007 UTC (17 years ago) by slords
Branch: MAIN
CVS Tags: e-smith-tinydns-1_0_0-7_el5_sme
Import on branch sme8 of package e-smith-tinydns-1.0.0-7.el5.sme.src.rpm

1 slords 1.1 diff -Nur -x '*.orig' -x '*.rej' e-smith-tinydns-1.0.0/root/etc/e-smith/db/configuration/migrate/tinydns_ListenIP mezzanine_patched_e-smith-tinydns-1.0.0/root/etc/e-smith/db/configuration/migrate/tinydns_ListenIP
2     --- e-smith-tinydns-1.0.0/root/etc/e-smith/db/configuration/migrate/tinydns_ListenIP 1969-12-31 19:00:00.000000000 -0500
3     +++ mezzanine_patched_e-smith-tinydns-1.0.0/root/etc/e-smith/db/configuration/migrate/tinydns_ListenIP 2006-09-14 15:28:45.000000000 -0400
4     @@ -0,0 +1,11 @@
5     +{
6     + # $tinydns{ListenIP} must not be set in serveronly mode
7     + my $tinydns = $DB->get('tinydns');
8     + return unless $tinydns;
9     + my $mode = $DB->get_value('SystemMode');
10     + return unless $mode;
11     + if ($mode eq 'serveronly')
12     + {
13     + $tinydns->delete_prop("ListenIP");
14     + }
15     +}

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