From 1d2b28774b4862fe316e7bbad294b1ef7974334b Mon Sep 17 00:00:00 2001 From: dbs Date: Thu, 18 Sep 2008 17:35:06 +0000 Subject: [PATCH] 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 --- Open-ILS/examples/opensrf.xml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 --> -- 2.11.0