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:
parent
9503af5428
commit
83598e6015
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user