add xcatserver, xcatclient to the default postscripts for the service group on Linux

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5125 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2010-02-03 16:12:49 +00:00
parent ee07fe3cca
commit c6f162fe11

View File

@ -1001,7 +1001,7 @@ sub initDB
}
$chtabcmds .=
"$::XCATROOT/sbin/chtab node=service postscripts.postscripts='servicenode'";
"$::XCATROOT/sbin/chtab node=service postscripts.postscripts='servicenode,xcatserver,xcatclient'";
my $outref = xCAT::Utils->runcmd("$chtabcmds", 0);
if ($::RUNCMD_RC != 0)