[open-ils-commits] [GIT] Evergreen ILS branch master updated. befdd0b7c9703ff94ee3f3f74aae4d1fd42e4469
Evergreen Git
git at git.evergreen-ils.org
Sat Mar 15 08:56:55 EDT 2014
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, master has been updated
via befdd0b7c9703ff94ee3f3f74aae4d1fd42e4469 (commit)
from 5e4d60cacabafccb0c1c11ccb4565f8d5251df7e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit befdd0b7c9703ff94ee3f3f74aae4d1fd42e4469
Author: Dan Scott <dscott at laurentian.ca>
Date: Sat Mar 15 08:54:39 2014 -0400
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 <dscott at laurentian.ca>
diff --git a/Open-ILS/examples/opensrf.xml.example b/Open-ILS/examples/opensrf.xml.example
index 8c021f3..cc7df8a 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
-->
<activeapps>
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/examples/opensrf.xml.example | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list