From a7a08dbb336849f9ff6a25597106ed5c6096ebc9 Mon Sep 17 00:00:00 2001 From: lissav Date: Tue, 13 Dec 2011 17:03:05 +0000 Subject: [PATCH] On install Linux do not put xcatserver,xcatclient in postscripts table on servicenode. They are now called by servicenode git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11236 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/sbin/xcatconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-server/sbin/xcatconfig b/xCAT-server/sbin/xcatconfig index 7b58da71c..1245343f2 100755 --- a/xCAT-server/sbin/xcatconfig +++ b/xCAT-server/sbin/xcatconfig @@ -1059,7 +1059,7 @@ sub initDB } else { - xCAT::MsgUtils->message('I', "Updated cluster site definition."); + verbose("Updated cluster site definition."); } } @@ -1128,7 +1128,7 @@ sub initDB "$::XCATROOT/sbin/chtab node=xcatdefaults postscripts.postscripts='syslog,remoteshell,otherpkgs,syncfiles';"; } $chtabcmds .= - "$::XCATROOT/sbin/chtab node=service postscripts.postscripts='servicenode,xcatserver,xcatclient'"; + "$::XCATROOT/sbin/chtab node=service postscripts.postscripts='servicenode'"; } my $outref = xCAT::Utils->runcmd("$chtabcmds", 0);