diff options
Diffstat (limited to 'extras/init.d/glusterd-Redhat.in')
-rwxr-xr-x | extras/init.d/glusterd-Redhat.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/init.d/glusterd-Redhat.in b/extras/init.d/glusterd-Redhat.in index 50ee5db7b..5ee3ab908 100755 --- a/extras/init.d/glusterd-Redhat.in +++ b/extras/init.d/glusterd-Redhat.in @@ -8,7 +8,7 @@ . /etc/rc.d/init.d/functions BASE=glusterd -GLUSTERD_BIN=@exec_prefix@/sbin/$BASE +GLUSTERD_BIN=@prefix@/sbin/$BASE GLUSTERD_OPTS="" GLUSTERD="$GLUSTERD_BIN $GLUSTERD_OPTS" RETVAL=0 |