From fd5448ba51285c9cff3bf9a2cc1490a41c148265 Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount Date: Wed, 2 Mar 2005 04:30:58 +0000 Subject: [PATCH] prefer /usr/bin/bos --- check_bos | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5