[Opensrf-commits] r1772 - trunk/examples (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Sep 9 21:06:31 EDT 2009


Author: dbs
Date: 2009-09-09 21:06:30 -0400 (Wed, 09 Sep 2009)
New Revision: 1772

Modified:
   trunk/examples/opensrf.xml.example
Log:
Add a linefeed to the Perl "print hostname" command


Modified: trunk/examples/opensrf.xml.example
===================================================================
--- trunk/examples/opensrf.xml.example	2009-09-08 20:46:23 UTC (rev 1771)
+++ trunk/examples/opensrf.xml.example	2009-09-10 01:06:30 UTC (rev 1772)
@@ -191,7 +191,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 opensrf-commits mailing list