From b1b59f31cf7b4b8719e1cdc2ef6c0b6b6eb3843e Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Mon, 16 Apr 2012 19:20:15 +0000 Subject: QPID-3603: Minor improvements to HA tests, documentation and examples. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1326755 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/etc/cluster.conf-example.xml.in | 27 ++++++++++++--------------- cpp/etc/qpidd.in | 7 ++++--- 2 files changed, 16 insertions(+), 18 deletions(-) (limited to 'cpp/etc') diff --git a/cpp/etc/cluster.conf-example.xml.in b/cpp/etc/cluster.conf-example.xml.in index eb70ebbb1e..14b961a363 100644 --- a/cpp/etc/cluster.conf-example.xml.in +++ b/cpp/etc/cluster.conf-example.xml.in @@ -2,36 +2,33 @@ - + - - - - - - - - - + + + - + - + - + - + diff --git a/cpp/etc/qpidd.in b/cpp/etc/qpidd.in index 23c15283dc..2b43625b7d 100755 --- a/cpp/etc/qpidd.in +++ b/cpp/etc/qpidd.in @@ -39,13 +39,14 @@ prog=qpidd lockfile=/var/lock/subsys/$prog pidfile=/var/run/qpidd.pid -# Source function library. -. /etc/rc.d/init.d/functions - +# Source configuration if [ -f !!sysconfdir!!/sysconfig/$prog ] ; then . !!sysconfdir!!/sysconfig/$prog fi +# Source function library. +. /etc/rc.d/init.d/functions + RETVAL=0 #ensure binary is present and executable -- cgit v1.2.1