From 971251a612728075bfbe8ff21976754846863235 Mon Sep 17 00:00:00 2001 From: immarvin Date: Tue, 15 May 2012 08:06:23 +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@12712 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT/postscripts/xcatinstallpost | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT/postscripts/xcatinstallpost b/xCAT/postscripts/xcatinstallpost index caea1602e..fac9a991c 100755 --- a/xCAT/postscripts/xcatinstallpost +++ b/xCAT/postscripts/xcatinstallpost @@ -8,7 +8,7 @@ if [ ! `uname` = Linux ]; then MYDIR=`dirname $0` #exec $MYDIR/xcatdsklspost.aix - logger -t xcat "$0: the OS name is not Linux" + logger -t xcat -p local4.err "$0: the OS name is not Linux" exit fi SLI=$(awk 'BEGIN{srand(); printf("%d\n",rand()*10)}')