]> git.michaelhowe.org Git - packages/a/afs-monitor.git/commitdiff
use /usr/bin/vos by default
authorQuanah Gibson-Mount <quanah@stanford.edu>
Wed, 2 Mar 2005 04:30:35 +0000 (04:30 +0000)
committerQuanah Gibson-Mount <quanah@stanford.edu>
Wed, 2 Mar 2005 04:30:35 +0000 (04:30 +0000)
check_afsspace

index 1dbd07529eba5b8154768a02211bf8bbc0a4ff1f..2264b8e82408b38c517adf2beb3939079abaf152 100755 (executable)
@@ -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