fix for adding lsxcatd for new xCAT installation on AIX
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8901 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
ea0e4f9633
commit
7488ee46e6
@ -1069,6 +1069,8 @@ sub initDB
|
||||
"$::XCATROOT/sbin/chtab priority=4.5 policy.commands=getcredentials policy.rule=allow;";
|
||||
$chtabcmds .=
|
||||
"$::XCATROOT/sbin/chtab priority=4.6 policy.commands=syncfiles policy.rule=allow;";
|
||||
$chtabcmds .=
|
||||
"$::XCATROOT/sbin/chtab priority=2.3 policy.commands=lsxcatd policy.rule=allow;";
|
||||
}
|
||||
else # linux
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user