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

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Oct 10 18:04:41 EDT 2007


Author: dbs
Date: 2007-10-10 17:52:47 -0400 (Wed, 10 Oct 2007)
New Revision: 7877

Modified:
   trunk/Open-ILS/examples/opensrf.xml.example
Log:
localhost is possible to use in opensrf.xml now - yay!


Modified: trunk/Open-ILS/examples/opensrf.xml.example
===================================================================
--- trunk/Open-ILS/examples/opensrf.xml.example	2007-10-10 21:33:14 UTC (rev 7876)
+++ trunk/Open-ILS/examples/opensrf.xml.example	2007-10-10 21:52:47 UTC (rev 7877)
@@ -662,9 +662,12 @@
 
         <localhost> 
             <!-- ^-=- 
-                must match the fully qualified domain name of the host.
-                on Linux, this is usually the output of "hostname -f"
-               'localhost' won't work here
+                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();'
+
+                To use 'localhost' instead, run osrf_ctl.sh with the -l flag
             -->
 
             <activeapps>



More information about the open-ils-commits mailing list