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

index 76d4b8603a1ce20fe3732cb130194057fbf61027..559975b3f1062ec3dc2995b9ec2972776629be45 100755 (executable)
@@ -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