mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-07-24 05:11:12 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user