From 397e4de09b223e3463c66464851b77a44a11a915 Mon Sep 17 00:00:00 2001 From: lissav Date: Wed, 7 May 2008 17:20:34 +0000 Subject: [PATCH] Add call to makenamed.conf git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1311 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server-2.0/lib/xcat/plugins/DNSsn.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xCAT-server-2.0/lib/xcat/plugins/DNSsn.pm b/xCAT-server-2.0/lib/xcat/plugins/DNSsn.pm index 69532c9e5..4cf4e504c 100644 --- a/xCAT-server-2.0/lib/xcat/plugins/DNSsn.pm +++ b/xCAT-server-2.0/lib/xcat/plugins/DNSsn.pm @@ -86,7 +86,8 @@ sub process_request #----------------------------------------------------------------------------- sub setup_DNS { - + # setup the named.conf file + `/opt/xcat/sbin/makenamed.conf`; # turn DNS on $cmd = "chkconfig named on";