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
This commit is contained in:
sjing 2011-07-27 05:14:47 +00:00
parent dcd6081c18
commit 059780f587

View File

@ -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);
}