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