From 6eb6685cc9c0779bc3bb46c0e93c073c4862c3a9 Mon Sep 17 00:00:00 2001 From: immarvin Date: Tue, 15 May 2012 03:17:41 +0000 Subject: [PATCH] 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@12677 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT/postscripts/makesshgkh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT/postscripts/makesshgkh b/xCAT/postscripts/makesshgkh index 28597f15d..92525615a 100755 --- a/xCAT/postscripts/makesshgkh +++ b/xCAT/postscripts/makesshgkh @@ -11,7 +11,7 @@ exit 0 echo "$RSHC" | grep "ssh" >/dev/null 2>&1 if [ "$?" = "0" ] then - logger -t xcat "Install: Running makesshgkh on the server" + logger -t xcat -p local4.info "Install: Running makesshgkh on the server" service sshd start ssh $MASTER $XCATROOT/sbin/makesshgkh $NODE