From befdd0b7c9703ff94ee3f3f74aae4d1fd42e4469 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Sat, 15 Mar 2014 08:54:39 -0400 Subject: [PATCH] Fix XML comment breakage in opensrf.xml.example Per http://www.w3.org/TR/REC-xml/#sec-comments, 'For compatibility, the string " -- " (double-hyphen) MUST NOT occur within comments.' XML parsers that cared about specs choked on our --localhost reference. Signed-off-by: Dan Scott --- Open-ILS/examples/opensrf.xml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/examples/opensrf.xml.example b/Open-ILS/examples/opensrf.xml.example index 8c021f3c10..cc7df8ac10 100644 --- a/Open-ILS/examples/opensrf.xml.example +++ b/Open-ILS/examples/opensrf.xml.example @@ -1171,7 +1171,7 @@ vim:et:ts=4:sw=4: On Linux, the output of the following command is authoritative: $ perl -MNet::Domain -e 'print Net::Domain::hostfqdn() . "\n";' - To use 'localhost' instead, run osrf_control with the --localhost flag + To use 'localhost' instead, run osrf_control with the 'localhost' flag --> -- 2.43.2