summaryrefslogtreecommitdiff
path: root/qpid/cpp/etc/qpidd-primary.in
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/etc/qpidd-primary.in')
-rwxr-xr-xqpid/cpp/etc/qpidd-primary.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/qpid/cpp/etc/qpidd-primary.in b/qpid/cpp/etc/qpidd-primary.in
index 3088a643f2..ebb809dbf6 100755
--- a/qpid/cpp/etc/qpidd-primary.in
+++ b/qpid/cpp/etc/qpidd-primary.in
@@ -40,13 +40,13 @@ prog=qpidd
# Source function library.
. /etc/rc.d/init.d/functions
-if [ -f /@sysconfdir@/sysconfig/$prog ] ; then
- . /@sysconfdir@/sysconfig/$prog
+if [ -f @sysconfdir@/sysconfig/$prog ] ; then
+ . @sysconfdir@/sysconfig/$prog
fi
# The following variables can be overridden in @sysconfdir@/sysconfig/$prog
[[ $QPID_PORT ]] || QPID_PORT=5672
-[[ $QPID_HA ]] || QPID_HA=/@bindir@/qpid-ha
+[[ $QPID_HA ]] || QPID_HA=@bindir@/qpid-ha
export QPID_PORT
RETVAL=0