summaryrefslogtreecommitdiff
path: root/cpp/etc
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2008-12-04 15:31:22 +0000
committerGordon Sim <gsim@apache.org>2008-12-04 15:31:22 +0000
commit1d123007b43fe4f62d81fe1fdbcfe2220038aa7f (patch)
tree653dcbf83f58d1a424f9aec3d86578af4af30310 /cpp/etc
parent445a6dfa1468cbb80ec473abefb1099435a871ce (diff)
downloadqpid-python-1d123007b43fe4f62d81fe1fdbcfe2220038aa7f.tar.gz
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/qpid@723356 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/etc')
-rw-r--r--cpp/etc/qpidc.conf7
-rw-r--r--cpp/etc/qpidd.conf8
2 files changed, 10 insertions, 5 deletions
diff --git a/cpp/etc/qpidc.conf b/cpp/etc/qpidc.conf
index 065442399e..bb68e59168 100644
--- a/cpp/etc/qpidc.conf
+++ b/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/cpp/etc/qpidd.conf b/cpp/etc/qpidd.conf
index 0ace726f26..8007606e02 100644
--- a/cpp/etc/qpidd.conf
+++ b/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.