From 2f7cb32132ec183a82a81ebb3204bb7b91e90cd2 Mon Sep 17 00:00:00 2001 From: lissav Date: Wed, 27 Jul 2011 10:56:59 +0000 Subject: [PATCH] remove ddns message git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10171 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/sbin/xcatconfig | 4 ---- 1 file changed, 4 deletions(-) diff --git a/xCAT-server/sbin/xcatconfig b/xCAT-server/sbin/xcatconfig index fd052a060..8c3bd41f3 100755 --- a/xCAT-server/sbin/xcatconfig +++ b/xCAT-server/sbin/xcatconfig @@ -1247,10 +1247,6 @@ sub initDB { xCAT::MsgUtils->message('E',"Could not set ddns as dnshandler."); } - else - { - xCAT::MsgUtils->message('I',"xCAT uses Dynamic DNS instead of BIND. If you want to keep the existing DNS settings made by xCAT BIND, then you should not run \"makedns\" commands. If you want to use the Dynamic DNS feature then you must run \"makedns -n\" to refresh the DNS settings."); - } } } } # end initial DB install setup