]> git.michaelhowe.org Git - packages/a/afs-monitor.git/commitdiff
Prefer /usr/bin/udebug
authorQuanah Gibson-Mount <quanah@stanford.edu>
Wed, 2 Mar 2005 04:33:46 +0000 (04:33 +0000)
committerQuanah Gibson-Mount <quanah@stanford.edu>
Wed, 2 Mar 2005 04:33:46 +0000 (04:33 +0000)
check_udebug

index 3ed4b075c40d7b702c4d0982acb0ca0d9cc13c37..266a71fc9e9880f621b57f077b7839a49b536135 100755 (executable)
@@ -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