From 79965b1c05f15c8f9abe2d978132b092c418a891 Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount Date: Wed, 2 Mar 2005 04:33:06 +0000 Subject: [PATCH] Prefer /usr/bin/rxdebug --- check_rxdebug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5