hasn- dont run mkresolvconf script

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@13025 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
nott 2012-06-07 19:17:57 +00:00
parent f84952c674
commit 89a9713be3

View File

@ -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"))
{