From 396b8d8db93b9263946e4c9b8fe39f53b6ba2a02 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Tue, 15 Nov 2011 20:59:45 +0000 Subject: [PATCH] Fixed init script for RHEL/CentOS. Monotone-Parent: c07d2a981f46840c7c328cc149a30955094d55fa Monotone-Revision: db2f046e3b244ebef1eaae95b4b05bec2cdfe0df Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-11-15T20:59:45 --- Scripts/sogo-init.d-redhat | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Scripts/sogo-init.d-redhat b/Scripts/sogo-init.d-redhat index a36ff9eba..db5b4cfba 100755 --- a/Scripts/sogo-init.d-redhat +++ b/Scripts/sogo-init.d-redhat @@ -70,7 +70,8 @@ checkDir /var/log/$NAME . /etc/rc.d/init.d/functions if [ -z "$GNUSTEP_SYSTEM_ROOT" ] then - . /usr/share/GNUstep/Makefiles/GNUstep.sh + . /etc/GNUstep/GNUstep.conf + . ${GNUSTEP_MAKEFILES}/GNUstep.sh fi DAEMON_OPTS="-WOWorkersCount $PREFORK -WOPidFile $PIDFILE -WOLogFile $LOGFILE"