projects
/
OpenSRF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c07e2a
)
LP1204123 osrf_ctl.sh improvement
author
Bill Erickson
<berick@esilibrary.com>
Tue, 27 Aug 2013 19:56:46 +0000
(15:56 -0400)
committer
Jason Stephenson
<jstephenson@mvlc.org>
Wed, 4 Sep 2013 15:07:59 +0000
(11:07 -0400)
Removing no-longer-supported --verbose flag from osrf_ctl.sh stub
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
bin/osrf_ctl.sh.in
patch
|
blob
|
history
diff --git
a/bin/osrf_ctl.sh.in
b/bin/osrf_ctl.sh.in
index
3dfa932
..
aa6d623
100755
(executable)
--- 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
}
# ---------------------------------------------------------------------------