From b8432d21c8c8b5ee8aa37c986d282350a4b22f1e Mon Sep 17 00:00:00 2001 From: lissav Date: Mon, 30 Aug 2010 15:49:50 +0000 Subject: [PATCH] For AIX, put servicenode postscript in postbootscripts not postscripts git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7308 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/sbin/xcatconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/sbin/xcatconfig b/xCAT-server/sbin/xcatconfig index 3210766da..d8b5761c6 100644 --- a/xCAT-server/sbin/xcatconfig +++ b/xCAT-server/sbin/xcatconfig @@ -998,7 +998,7 @@ sub initDB "$::XCATROOT/sbin/chtab node=xcatdefaults postscripts.postscripts='syslog,aixremoteshell,otherpkgs,syncfiles';"; } $chtabcmds .= - "$::XCATROOT/sbin/chtab node=service postscripts.postscripts='servicenode'"; + "$::XCATROOT/sbin/chtab node=service postscripts.postscripts='' postscripts.postbootscripts='servicenode'"; } else # linux