fix defect :change all logger calls to put xcat msgs into local4 - ID: 3513525

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12694 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
immarvin 2012-05-15 07:02:26 +00:00
parent eaec844ee5
commit 36dd321388

View File

@ -9,7 +9,7 @@
if [ -r /etc/ldap.conf -a -r /etc/resolv.conf ]
then
echo -n " LDAP: "
logger -t xcat " LDAP: "
logger -t xcat -p local4.info " LDAP: "
DC=$(
cat /etc/resolv.conf | \
egrep '(domain|search)' | \