From: Quanah Gibson-Mount Date: Wed, 2 Mar 2005 04:30:58 +0000 (+0000) Subject: prefer /usr/bin/bos X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=fd5448ba51285c9cff3bf9a2cc1490a41c148265;p=packages%2Fa%2Fafs-monitor.git prefer /usr/bin/bos --- diff --git a/check_bos b/check_bos index 210cc79..af6af95 100755 --- a/check_bos +++ b/check_bos @@ -23,7 +23,7 @@ $ID = q$Id$; # The full path to bos. Make sure that this is on local disk so that # monitoring doesn't have an AFS dependency. ($BOS) = grep { -x $_ } qw(/usr/bin/bos /usr/local/bin/bos); -$BOS ||= '/usr/local/bin/bos'; +$BOS ||= '/usr/bin/bos'; # The default timeout in seconds (implemented by alarm) for rxdebug. $TIMEOUT = 10;