From: Bill Erickson Date: Fri, 16 Aug 2013 14:07:10 +0000 (-0400) Subject: LP1204123 more osrf_ctl/control script cleanup X-Git-Tag: osrf_rel_2_3_0-beta~27 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=76ceb9d1e4d662c7fa8c41434df940647bf32fef;p=OpenSRF.git LP1204123 more osrf_ctl/control script cleanup 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 0d28268..3dfa932 100755 --- a/bin/osrf_ctl.sh.in +++ b/bin/osrf_ctl.sh.in @@ -91,7 +91,7 @@ stop_all() { # --------------------------------------------------------------------------- # Do the requested action # --------------------------------------------------------------------------- -echo "$0 is deprecated. Use opensrf-perl.pl instead" +echo "$0 is deprecated. Use osrf_control instead" case $OPT_ACTION in "stop_all") stop_all;;