From: dbs Date: Thu, 18 Sep 2008 17:35:06 +0000 (+0000) Subject: Force the hostname to appear on a new line; it can be hard to see X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=1d2b28774b4862fe316e7bbad294b1ef7974334b;p=Evergreen.git Force the hostname to appear on a new line; it can be hard to see git-svn-id: svn://svn.open-ils.org/ILS/trunk@10636 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/examples/opensrf.xml.example b/Open-ILS/examples/opensrf.xml.example index e726703e99..8d33a92778 100644 --- a/Open-ILS/examples/opensrf.xml.example +++ b/Open-ILS/examples/opensrf.xml.example @@ -818,7 +818,7 @@ vim:et:ts=4:sw=4: 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 -->