]> git.evergreen-ils.org Git - OpenSRF.git/commit
LP878284: stop_osrf action should stop, not start, Perl
authorDan Scott <dscott@laurentian.ca>
Wed, 19 Oct 2011 15:39:41 +0000 (11:39 -0400)
committerDan Scott <dscott@laurentian.ca>
Wed, 19 Oct 2011 15:41:13 +0000 (11:41 -0400)
commit78ad2cc45c408a28ecb103099827659162f88d2b
tree272cad813b3ab89e04834c86fee94dc075f308d9
parent9a06421a90cf29e329d11aa916dd38c99e378383
LP878284: stop_osrf action should stop, not start, Perl

As reported by Vicent Mas <uvemas@gmail.com> to the Evergreen
developer's mailing list:

"""
It seems I've found a small bug in the
/openils/bin/osrf_ctl.sh script. The line for the osrf_stop action is:

"stop_osrf") stop_python; stop_c; start_perl;;

but should be:

"stop_osrf") stop_python; stop_c; stop_perl;;
"""

Signed-off-by: Dan Scott <dscott@laurentian.ca>
bin/osrf_ctl.sh.in