hasn- dont run mkresolvconf script
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13026 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -1444,7 +1444,13 @@ sub process_request | ||||
|  | ||||
|                 # xCAT's default scripts to be run: syslog,  | ||||
| 				#			setupntp, and mkresolvconf | ||||
|                 my @valid_scripts = ("syslog", "setupntp", "mkresolvconf"); | ||||
|  | ||||
| 				my @valid_scripts; | ||||
| 				if ( ($::isaix) && ($sharedinstall eq "sns") ){ | ||||
| 					@valid_scripts = ("syslog", "setupntp"); | ||||
| 				} else { | ||||
| 					@valid_scripts = ("syslog", "setupntp", "mkresolvconf"); | ||||
| 				} | ||||
|                 my $scripts1 = ""; | ||||
|                 if (($user_posts) && ($user_posts eq "all")) | ||||
|                 { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user