From 134b171215d8a8cb648d75d64d25b6f420e90a2f Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Thu, 4 Dec 2008 15:31:22 +0000 Subject: Example config files are misleading as spaces on either side of the '=' prevent the options being parsed correctly. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@723356 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/etc/qpidc.conf | 7 +++++-- qpid/cpp/etc/qpidd.conf | 8 +++++--- 2 files changed, 10 insertions(+), 5 deletions(-) (limited to 'qpid/cpp/etc') diff --git a/qpid/cpp/etc/qpidc.conf b/qpid/cpp/etc/qpidc.conf index 065442399e..bb68e59168 100644 --- a/qpid/cpp/etc/qpidc.conf +++ b/qpid/cpp/etc/qpidc.conf @@ -1,2 +1,5 @@ -# Configuration file for the qpid client library. Entries are of the form: -# name = value +# Configuration file for the qpid c++ client library. Entries are of +# the form: +# name=value +# +# (Note: no spaces on either side of '=') diff --git a/qpid/cpp/etc/qpidd.conf b/qpid/cpp/etc/qpidd.conf index 0ace726f26..8007606e02 100644 --- a/qpid/cpp/etc/qpidd.conf +++ b/qpid/cpp/etc/qpidd.conf @@ -1,3 +1,5 @@ -# Configuration file for qpidd. Entries are of the form: -# name = value -# Using default settings: "qpidd --help" or "man qpidd" for more details. +# Configuration file for qpidd. Entries are of the form: +# name=value +# +# (Note: no spaces on either side of '='). Using default settings: +# "qpidd --help" or "man qpidd" for more details. -- cgit v1.2.1