From: Dan Scott Date: Sat, 15 Mar 2014 12:54:39 +0000 (-0400) Subject: Fix XML comment breakage in opensrf.xml.example X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=befdd0b7c9703ff94ee3f3f74aae4d1fd42e4469;p=evergreen%2Fpines.git 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 --- 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 -->