remove ddns message

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10171 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2011-07-27 10:56:59 +00:00
parent 1e4f8c0474
commit 2f7cb32132

View File

@ -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