From 372ed08f25da2eb7e09f27685cb1773b88c62173 Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Mon, 4 Oct 2010 17:54:12 +0000 Subject: init.d: Path not resolved during compilation to actual prefix Signed-off-by: Harshavardhana Signed-off-by: Vijay Bellur BUG: 1810 (qa 40 glusterd path is hardcoded, won't start by default.) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1810 --- extras/init.d/glusterd-Redhat.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/init.d/glusterd-Redhat.in b/extras/init.d/glusterd-Redhat.in index 50ee5db7b8a..5ee3ab90832 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 -- cgit