From 49d664bb76f4f45150a6ee8ae3b94b8aac76a238 Mon Sep 17 00:00:00 2001 From: lissav Date: Fri, 4 Nov 2011 10:37:02 +0000 Subject: [PATCH] fix comment git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10969 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/sbin/xcatconfig | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/xCAT-server/sbin/xcatconfig b/xCAT-server/sbin/xcatconfig index eec1c7846..628747757 100755 --- a/xCAT-server/sbin/xcatconfig +++ b/xCAT-server/sbin/xcatconfig @@ -284,8 +284,9 @@ if ($::INITIALINSTALL || $::FORCE || $::UPDATEINSTALL) system($mkssys_cmd); use strict; - # if not Update, add to inittab, breaks HAMS to add - if (! $::UPDATEINSTALL) { + # if not Update, add to inittab + # breaks HAMS to add on update + if (! $::UPDATEINSTALL) { # for AIX systems add xcatd to the /etc/inittab file # add xcatd entry if one does not exist my $rcmd = "/bin/cat /etc/inittab | grep 'xcatd'"; @@ -298,7 +299,7 @@ if ($::INITIALINSTALL || $::FORCE || $::UPDATEINSTALL) xCAT::MsgUtils->message('E', "Could not set up inittab."); } } - } + } # add AIX needed exports &setupAIXexports;