From: Quanah Gibson-Mount Date: Wed, 2 Mar 2005 04:33:46 +0000 (+0000) Subject: Prefer /usr/bin/udebug X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=64e809b645fce3f2b44c9a64177da1ac59c8e4e1;p=packages%2Fa%2Fafs-monitor.git Prefer /usr/bin/udebug --- diff --git a/check_udebug b/check_udebug index 3ed4b07..266a71f 100755 --- a/check_udebug +++ b/check_udebug @@ -24,7 +24,7 @@ $TIMEOUT = 10; # The full path to udebug. Make sure that this is on local disk so that # monitoring doesn't have an AFS dependency. ($UDEBUG) = grep { -x $_ } qw(/usr/bin/udebug /usr/local/bin/udebug); -$UDEBUG ||= '/usr/local/bin/udebug'; +$UDEBUG ||= '/usr/bin/udebug'; ############################################################################## # Modules and declarations