From: Bill Erickson Date: Tue, 27 Aug 2013 19:56:46 +0000 (-0400) Subject: LP1204123 osrf_ctl.sh improvement X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d1d2894e69ca2741b54b936737ac442b1774cd95;p=working%2FOpenSRF.git LP1204123 osrf_ctl.sh improvement Removing no-longer-supported --verbose flag from osrf_ctl.sh stub Signed-off-by: Bill Erickson Signed-off-by: Jason Stephenson --- diff --git a/bin/osrf_ctl.sh.in b/bin/osrf_ctl.sh.in index 3dfa932..aa6d623 100755 --- a/bin/osrf_ctl.sh.in +++ b/bin/osrf_ctl.sh.in @@ -84,8 +84,7 @@ start_all() { } stop_all() { - opensrf-perl.pl --verbose --pid-dir $OPT_PID_DIR \ - --config $OPT_CONFIG --stop-all + opensrf-perl.pl --pid-dir $OPT_PID_DIR --config $OPT_CONFIG --stop-all } # ---------------------------------------------------------------------------