From 5a131d66a26baa247ed9fc9acc7f4dc1ea6c1027 Mon Sep 17 00:00:00 2001 From: Paul Rawson Date: Tue, 17 Nov 2009 00:13:24 +0000 Subject: Fix Redhat init file so that it knows the correct binary location Signed-off-by: Paul Rawson Signed-off-by: Anand V. Avati BUG: 388 (Redhat initfile fix) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=388 --- extras/init.d/glusterfsd-Redhat.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extras') 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" -- cgit