Change default shell for AIX to ssh.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3824 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
ba8a595de2
commit
ea7c2f5f93
@ -821,7 +821,7 @@ if ((!-r "/etc/xcat/site.sqlite") || $::FORCE)
|
||||
}
|
||||
if ($::osname eq 'AIX')
|
||||
{
|
||||
$chtabcmds .= "$::XCATROOT/sbin/chtab key=useSSHonAIX site.value=no;";
|
||||
$chtabcmds .= "$::XCATROOT/sbin/chtab key=useSSHonAIX site.value=yes;";
|
||||
$chtabcmds .=
|
||||
"$::XCATROOT/sbin/chtab key=consoleondemand site.value=yes;";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user