LP1204123 more osrf_ctl/control script cleanup
authorBill Erickson <berick@esilibrary.com>
Fri, 16 Aug 2013 14:07:10 +0000 (10:07 -0400)
committerJason Stephenson <jstephenson@mvlc.org>
Wed, 4 Sep 2013 15:07:59 +0000 (11:07 -0400)
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>

bin/osrf_ctl.sh.in

index 0d28268..3dfa932 100755 (executable)
@@ -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;;