mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 03:12:30 +00:00 
			
		
		
		
	"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:
		| @@ -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/) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user