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

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Sep 9 21:09:04 EDT 2009


Author: dbs
Date: 2009-09-09 21:09:03 -0400 (Wed, 09 Sep 2009)
New Revision: 1773

Modified:
   trunk/examples/opensrf.xml.example
Log:
Use working Perl syntax in example print hostname command.


Modified: trunk/examples/opensrf.xml.example
===================================================================
--- trunk/examples/opensrf.xml.example	2009-09-10 01:06:30 UTC (rev 1772)
+++ trunk/examples/opensrf.xml.example	2009-09-10 01:09:03 UTC (rev 1773)
@@ -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(); . "\n"'
+        $ 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