[open-ils-commits] r10636 - trunk/Open-ILS/examples

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Sep 18 13:35:09 EDT 2008


Author: dbs
Date: 2008-09-18 13:35:06 -0400 (Thu, 18 Sep 2008)
New Revision: 10636

Modified:
   trunk/Open-ILS/examples/opensrf.xml.example
Log:
Force the hostname to appear on a new line; it can be hard to see

Modified: trunk/Open-ILS/examples/opensrf.xml.example
===================================================================
--- trunk/Open-ILS/examples/opensrf.xml.example	2008-09-18 14:26:36 UTC (rev 10635)
+++ trunk/Open-ILS/examples/opensrf.xml.example	2008-09-18 17:35:06 UTC (rev 10636)
@@ -818,7 +818,7 @@
             Should match the fully qualified domain name of the host.
 
             On Linux, the output of the following command is authoritative:
-            $ perl -MNet::Domain -e 'print Net::Domain::hostfqdn();'
+            $ perl -MNet::Domain -e 'print Net::Domain::hostfqdn() . "\n";'
 
             To use 'localhost' instead, run osrf_ctl.sh with the -l flag
             -->



More information about the open-ils-commits mailing list