From 30c65f7b30ec503ebd9a3569e01e43bbd9f85437 Mon Sep 17 00:00:00 2001 From: lissav Date: Wed, 3 Aug 2011 19:57:41 +0000 Subject: [PATCH] fix for running makedns multiple time creates bad named.conf defect 3383702 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10218 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/ddns.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/ddns.pm b/xCAT-server/lib/xcat/plugins/ddns.pm index 392cd67e9..09c0e12b6 100644 --- a/xCAT-server/lib/xcat/plugins/ddns.pm +++ b/xCAT-server/lib/xcat/plugins/ddns.pm @@ -637,7 +637,7 @@ sub update_namedconf { $gotoptions=1; my $skip=0; do { - push @newnamed,"\t\t//listen-on-v6 { any; };\n"; + #push @newnamed,"\t\t//listen-on-v6 { any; };\n"; if ($ctx->{forwarders} and $line =~ /forwarders {/) { push @newnamed,"\tforwarders \{\n"; $skip=1;