From 33461c28aade8accf6c7aae70e4064d13b3cf2bb Mon Sep 17 00:00:00 2001 From: nott Date: Tue, 15 Apr 2008 11:56:19 +0000 Subject: [PATCH] Add more default scripts to the postscripts table. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1051 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT/xCAT.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xCAT/xCAT.spec b/xCAT/xCAT.spec index ec1348d4d..18b6ada40 100644 --- a/xCAT/xCAT.spec +++ b/xCAT/xCAT.spec @@ -124,7 +124,8 @@ if [ "$1" = "1" ]; then #Only if installing for the fist time.. XCATROOT=$RPM_INSTALL_PREFIX0 $RPM_INSTALL_PREFIX0/sbin/chtab key=timezone site.value=`grep ^ZONE /etc/sysconfig/clock|cut -d= -f 2|sed -e 's/"//g'` fi if [ ! -r /etc/xcat/postscripts.sqlite ]; then - XCATROOT=$RPM_INSTALL_PREFIX0 $RPM_INSTALL_PREFIX0/sbin/chtab node=xcatdefaults postscripts.postscripts='updateflag.awk \$MASTER 3002,remoteshell' + XCATROOT=$RPM_INSTALL_PREFIX0 $RPM_INSTALL_PREFIX0/sbin/chtab node=xcatdefaults postscripts.postscripts='syslog,updateflag.awk $MASTER 3002,remoteshell' + XCATROOT=$RPM_INSTALL_PREFIX0 $RPM_INSTALL_PREFIX0/sbin/chtab node=service postscripts.postscripts='servicenode' fi if [ ! -r /etc/xcat/policy.sqlite ]; then XCATROOT=$RPM_INSTALL_PREFIX0 $RPM_INSTALL_PREFIX0/sbin/chtab priority=1 policy.name=root policy.rule=allow