From: Quanah Gibson-Mount Date: Wed, 2 Mar 2005 04:30:35 +0000 (+0000) Subject: use /usr/bin/vos by default X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=daa3d8187a9902236d34fc727cbf382dea524463;p=packages%2Fa%2Fafs-monitor.git use /usr/bin/vos by default --- diff --git a/check_afsspace b/check_afsspace index 1dbd075..2264b8e 100755 --- a/check_afsspace +++ b/check_afsspace @@ -30,7 +30,7 @@ $TIMEOUT = 300; # The full path to vos. Make sure that this is on local disk so that # monitoring doesn't have an AFS dependency. ($VOS) = grep { -x $_ } qw(/usr/bin/vos /usr/local/bin/vos); -$VOS ||= '/usr/local/bin/vos'; +$VOS ||= '/usr/bin/vos'; ############################################################################## # Modules and declarations