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@12692 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
1cd235342c
commit
1db86b8007
@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
cd `dirname $0`
|
||||
if [ ! -d repos/$OSVER/$ARCH ]; then
|
||||
logger -t xcat "addsiteyum: repos/$OSVER/$ARCH is not a directory"
|
||||
logger -t xcat -p local4.err "addsiteyum: repos/$OSVER/$ARCH is not a directory"
|
||||
exit;
|
||||
fi
|
||||
for i in repos/$OSVER/$ARCH/*
|
||||
|
Loading…
Reference in New Issue
Block a user