Fix Redhat init file so that it knows the correct binary location

Signed-off-by: Paul Rawson <plrca2@gmail.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>

BUG: 388 (Redhat initfile fix)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=388
This commit is contained in:
Paul Rawson 2009-11-17 00:13:24 +00:00 committed by Anand V. Avati
parent 9503af5428
commit 83598e6015

View File

@ -8,7 +8,7 @@
. /etc/rc.d/init.d/functions
BASE=glusterfsd
GLUSTERFSD_BIN=@prefix@/sbin/$BASE
GLUSTERFSD_BIN=@exec_prefix@/sbin/$BASE
CONFIGFILE=/etc/glusterfs/glusterfsd.vol
GLUSTERFSD_OPTS="-f $CONFIGFILE"
GSERVER="$GLUSTERFSD_BIN $GLUSTERFSD_OPTS"