From 167c1e45d26da062864cfe248a6b4ea498b5eb2d Mon Sep 17 00:00:00 2001 From: dbs Date: Thu, 10 Sep 2009 01:09:03 +0000 Subject: [PATCH] Use working Perl syntax in example print hostname command. git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1773 9efc2488-bf62-4759-914b-345cdb29e865 --- examples/opensrf.xml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/opensrf.xml.example b/examples/opensrf.xml.example index bbe13cf..a213975 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(); . "\n"' + $ perl -MNet::Domain -e 'print Net::Domain::hostfqdn() . "\n";' To use 'localhost' instead, run osrf_ctl.sh with the -l flag --> -- 2.43.2