"export INUCLIENTS=1" before installp cmd, so checks for running daemons should be skipped.

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7694 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
sjing 2010-09-28 04:38:56 +00:00
parent a295351d5f
commit 58924637b4

@ -10356,7 +10356,7 @@ sub update_spot_installp
xCAT::MsgUtils->message("I", $rsp, $callback);
}
my $icmd = "/usr/sbin/installp ";
my $icmd = "export INUCLIENTS=1;/usr/sbin/installp ";
# these installp flags can be used with -d
if ($installp_flags =~ /l|L|i|A|a/)