-Have conserver not close active console windows to refresh configuration

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1514 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2008-05-28 20:31:06 +00:00
parent dc66643c3d
commit 4b56a868a4

View File

@ -291,9 +291,9 @@ sub makeconservercf {
if (!$svboot) {
#restart conserver daemon
my $cmd = "/etc/rc.d/init.d/conserver stop";
xCAT::Utils->runcmd($cmd, -1);
$cmd = "/etc/rc.d/init.d/conserver start";
#my $cmd = "/etc/rc.d/init.d/conserver stop";
#xCAT::Utils->runcmd($cmd, -1);
$cmd = "/etc/rc.d/init.d/conserver restart";
xCAT::Utils->runcmd($cmd, -1);
}
}