From: Quanah Gibson-Mount Date: Wed, 2 Mar 2005 04:33:06 +0000 (+0000) Subject: Prefer /usr/bin/rxdebug X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=79965b1c05f15c8f9abe2d978132b092c418a891;p=packages%2Fa%2Fafs-monitor.git Prefer /usr/bin/rxdebug --- diff --git a/check_rxdebug b/check_rxdebug index 76d4b86..559975b 100755 --- a/check_rxdebug +++ b/check_rxdebug @@ -31,7 +31,7 @@ $TIMEOUT = 60; # The full path to rxdebug. Make sure that this is on local disk so that # monitoring doesn't have an AFS dependency. ($RXDEBUG) = grep { -x $_ } qw(/usr/bin/rxdebug /usr/local/bin/rxdebug); -$RXDEBUG ||= '/usr/local/bin/rxdebug'; +$RXDEBUG ||= '/usr/bin/rxdebug'; ############################################################################## # Modules and declarations