summaryrefslogtreecommitdiffstats
path: root/extras
diff options
context:
space:
mode:
Diffstat (limited to 'extras')
-rwxr-xr-xextras/init.d/glusterfsd-Debian.in (renamed from extras/init.d/glusterfsd-Debian)2
-rwxr-xr-xextras/init.d/glusterfsd-Redhat.in (renamed from extras/init.d/glusterfsd-Redhat)5
-rwxr-xr-xextras/init.d/glusterfsd-SuSE.in (renamed from extras/init.d/glusterfsd-SuSE)5
3 files changed, 9 insertions, 3 deletions
diff --git a/extras/init.d/glusterfsd-Debian b/extras/init.d/glusterfsd-Debian.in
index dcd3e0c50..a0c83d535 100755
--- a/extras/init.d/glusterfsd-Debian
+++ b/extras/init.d/glusterfsd-Debian.in
@@ -15,7 +15,7 @@
PATH=/sbin:/usr/sbin:/bin:/usr/bin
NAME=glusterfsd
SCRIPTNAME=/etc/init.d/$NAME
-DAEMON=/usr/sbin/$NAME
+DAEMON=@prefix@/sbin/$NAME
PIDFILE=/var/run/$NAME.pid
CONFIGFILE=/etc/glusterfs/glusterfsd.vol
GLUSTERFS_OPTS="-f $CONFIGFILE"
diff --git a/extras/init.d/glusterfsd-Redhat b/extras/init.d/glusterfsd-Redhat.in
index 2577e9e76..f53de8f21 100755
--- a/extras/init.d/glusterfsd-Redhat
+++ b/extras/init.d/glusterfsd-Redhat.in
@@ -8,7 +8,10 @@
. /etc/rc.d/init.d/functions
BASE=glusterfsd
-GSERVER="/usr/sbin/$BASE -f /etc/glusterfs/glusterfsd.vol"
+GLUSTERFSD_BIN=@prefix@/sbin/$BASE
+CONFIGFILE=/etc/glusterfs/glusterfsd.vol
+GLUSTERFSD_OPTS="-f $CONFIGFILE"
+GSERVER="$GLUSTERFSD_BIN $GLUSTERFSD_OPTS"
RETVAL=0
# Start the service $BASE
diff --git a/extras/init.d/glusterfsd-SuSE b/extras/init.d/glusterfsd-SuSE.in
index ede27b2b3..43552bb49 100755
--- a/extras/init.d/glusterfsd-SuSE
+++ b/extras/init.d/glusterfsd-SuSE.in
@@ -15,7 +15,10 @@
. /etc/rc.status
BASE=glusterfsd
-GSERVER="/usr/sbin/$BASE -f /etc/glusterfs/glusterfsd.vol"
+GLUSTERFSD_BIN=@prefix@/sbin/$BASE
+CONFIGFILE=/etc/glusterfs/glusterfsd.vol
+GLUSTERFSD_OPTS="-f $CONFIGFILE"
+GSERVER="$GLUSTERFSD_BIN $GLUSTERFSD_OPTS"
RETVAL=0
# Start the service $BASE