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.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/qpid/cpp/etc/qpidd-primary.in b/qpid/cpp/etc/qpidd-primary.in
index fb888227cf..3088a643f2 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
+# 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