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:
nott 2009-07-17 16:52:53 +00:00
parent ba8a595de2
commit ea7c2f5f93

View File

@ -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;";
}