From daa3d8187a9902236d34fc727cbf382dea524463 Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount Date: Wed, 2 Mar 2005 04:30:35 +0000 Subject: [PATCH] use /usr/bin/vos by default --- check_afsspace | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5