Author: gsim
Date: Thu Dec 4 07:31:22 2008
New Revision: 723356
URL: http://svn.apache.org/viewvc?rev=723356&view=rev
Log:
Example config files are misleading as spaces on either side of the '=' prevent
the options being parsed correctly.
Modified:
incubator/qpid/trunk/qpid/cpp/etc/qpidc.conf
incubator/qpid/trunk/qpid/cpp/etc/qpidd.conf
Modified: incubator/qpid/trunk/qpid/cpp/etc/qpidc.conf
URL:
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/etc/qpidc.conf?rev=723356&r1=723355&r2=723356&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/etc/qpidc.conf (original)
+++ incubator/qpid/trunk/qpid/cpp/etc/qpidc.conf Thu Dec 4 07:31:22 2008
@@ -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 '=')
Modified: incubator/qpid/trunk/qpid/cpp/etc/qpidd.conf
URL:
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/etc/qpidd.conf?rev=723356&r1=723355&r2=723356&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/etc/qpidd.conf (original)
+++ incubator/qpid/trunk/qpid/cpp/etc/qpidd.conf Thu Dec 4 07:31:22 2008
@@ -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.