Fix syslog-ng handling in SLES 10.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2530 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
f21fe9d904
commit
a5e0c67238
@ -77,7 +77,7 @@ if [[ $OSTYPE = linux* ]]; then
|
||||
#find out which syslog is used for SLES, syslog or syslog-ng
|
||||
result=`grep "^SYSLOG_DAEMON=" $sysconfig 2>&1`
|
||||
if [[ $result = *syslog-ng* ]]; then
|
||||
conf_file="/etc/syslog-ng/syslog-ng.conf"
|
||||
conf_file="/etc/syslog-ng/syslog-ng.conf.in"
|
||||
ng=1
|
||||
fi
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user