From 059780f587840bd203823b353d5312c03193af2f Mon Sep 17 00:00:00 2001 From: sjing Date: Wed, 27 Jul 2011 05:14:47 +0000 Subject: [PATCH] Fix for the issue - makedns with no flag does not work. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10158 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 8cac16310..392cd67e9 100644 --- a/xCAT-server/lib/xcat/plugins/ddns.pm +++ b/xCAT-server/lib/xcat/plugins/ddns.pm @@ -438,8 +438,8 @@ sub process_request { } else { + system("/sbin/service $service stop"); system("/sbin/service $service start"); - system("/sbin/service $service reload"); } xCAT::SvrUtils::sendmsg("Restarting named complete", $callback); }