diff options
-rwxr-xr-x | extras/init.d/glusterfsd-Redhat.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/init.d/glusterfsd-Redhat.in b/extras/init.d/glusterfsd-Redhat.in index f53de8f21..2f5009ef7 100755 --- a/extras/init.d/glusterfsd-Redhat.in +++ b/extras/init.d/glusterfsd-Redhat.in @@ -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" |