From: Bill Erickson Date: Tue, 27 Aug 2013 19:52:48 +0000 (-0400) Subject: LP1204123 osrf_control doc updates X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=9c07e2ad85a3a569914070b59c3b185d1cc0f1cb;p=working%2FOpenSRF.git LP1204123 osrf_control doc updates Signed-off-by: Bill Erickson Signed-off-by: Jason Stephenson --- diff --git a/README b/README index 4634ffb..1e72f75 100644 --- a/README +++ b/README @@ -299,7 +299,7 @@ following command as the *opensrf* Linux account: [source, bash] --------------------------------------------------------------------------- -osrf_ctl.sh -l -a start_all +osrf_control --localhost --start-all --------------------------------------------------------------------------- To stop all OpenSRF services with a hostname of `localhost`, issue the @@ -307,7 +307,7 @@ following command as the *opensrf* Linux account: [source,bash] --------------------------------------------------------------------------- -osrf_ctl.sh -l -a stop_all +osrf_control --localhost --stop-all --------------------------------------------------------------------------- Testing the default OpenSRF services diff --git a/examples/opensrf.xml.example b/examples/opensrf.xml.example index 9b0ed97..e637b10 100644 --- a/examples/opensrf.xml.example +++ b/examples/opensrf.xml.example @@ -233,7 +233,7 @@ vim:et:ts=2:sw=2: On Linux, the output of the following command is authoritative: $ perl -MNet::Domain -e 'print Net::Domain::hostfqdn() . "\n";' - To use 'localhost' instead, run osrf_ctl.sh with the -l flag + To use 'localhost' instead, run osrf_control with the 'localhost' flag -->