From 7488ee46e653f70542e45375078762b93df66468 Mon Sep 17 00:00:00 2001 From: ligc Date: Tue, 22 Feb 2011 05:45:52 +0000 Subject: [PATCH] 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 --- xCAT-server/sbin/xcatconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xCAT-server/sbin/xcatconfig b/xCAT-server/sbin/xcatconfig index 7887ae96c..f4cf5fb7c 100755 --- a/xCAT-server/sbin/xcatconfig +++ b/xCAT-server/sbin/xcatconfig @@ -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 {