[Orca-checkins] r495 - orca/trunk/data_gatherers/orcallator

blair at orcaware.com blair at orcaware.com
Thu Sep 15 21:12:01 PDT 2005


Author: blair at orcaware.com
Date: Thu Sep 15 21:11:11 2005
New Revision: 495

Modified:
   orca/trunk/data_gatherers/orcallator/S99orcallator.sh.in

Log:
Better warning if a script is missing.

* data_gatherers/orcallator/S99orcallator.sh.in
  If the stop_orcallator script does not exist or is not executable,
    then warn about it.


Modified: orca/trunk/data_gatherers/orcallator/S99orcallator.sh.in
==============================================================================
--- orca/trunk/data_gatherers/orcallator/S99orcallator.sh.in	(original)
+++ orca/trunk/data_gatherers/orcallator/S99orcallator.sh.in	Thu Sep 15 21:11:11 2005
@@ -25,6 +25,8 @@
   stop)
     if test -x $stop_orcallator; then
       $stop_orcallator
+    else
+      echo "$0: $stop_orcallator does not exist or is not executable."
     fi
     ;;
 



More information about the Orca-checkins mailing list