From 46e8cf6c85935af63971d22dd417816d38851053 Mon Sep 17 00:00:00 2001 From: lissav Date: Wed, 14 May 2008 12:44:25 +0000 Subject: [PATCH] Remove syslog setup that was commented out git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1386 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCATsn/xCATsn.spec | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/xCATsn/xCATsn.spec b/xCATsn/xCATsn.spec index 1cd8554cf..0bac9453b 100644 --- a/xCATsn/xCATsn.spec +++ b/xCATsn/xCATsn.spec @@ -53,19 +53,6 @@ if [ "$1" = "1" ]; then #Only if installing for the first time.. # makes it a service node touch /etc/xCATSN -# setup syslog -# if [ ! -r /etc/syslog.conf.XCATORIG ]; then -# cp /etc/syslog.conf /etc/syslog.conf.XCATORIG -# echo "*.debug /var/log/messages" > /etc/test.tmp -# echo "*.crit /var/log/messages" >> /etc/test.tmp -# cat /etc/test.tmp >> /etc/syslog.conf -# rm /etc/test.tmp - -# touch /var/log/messages - -# /etc/rc.d/init.d/syslog stop -# /etc/rc.d/init.d/syslog start -# fi