mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-15 10:50:28 +00:00
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:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user