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
This commit is contained in:
parent
3aa61c9a08
commit
971251a612
@ -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)}')
|
||||
|
Loading…
Reference in New Issue
Block a user