From: dbs Date: Thu, 10 Sep 2009 01:06:30 +0000 (+0000) Subject: Add a linefeed to the Perl "print hostname" command X-Git-Tag: osrf_rel_2_0_1~314 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f18c43cd5bca5003f996ccdc5f786f1106d3583f;p=OpenSRF.git Add a linefeed to the Perl "print hostname" command git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1772 9efc2488-bf62-4759-914b-345cdb29e865 --- diff --git a/examples/opensrf.xml.example b/examples/opensrf.xml.example index b36769a..bbe13cf 100644 --- a/examples/opensrf.xml.example +++ b/examples/opensrf.xml.example @@ -191,7 +191,7 @@ vim:et:ts=2:sw=2: 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 -->