From a5e0c67238c979a1e0ed1ed64f5ad2e4b39d2936 Mon Sep 17 00:00:00 2001 From: andywray Date: Wed, 3 Dec 2008 19:01:26 +0000 Subject: [PATCH] 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 --- xCAT/postscripts/syslog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT/postscripts/syslog b/xCAT/postscripts/syslog index 3c7045dc0..780eacb49 100755 --- a/xCAT/postscripts/syslog +++ b/xCAT/postscripts/syslog @@ -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