]> git.michaelhowe.org Git - packages/a/afs-monitor.git/commitdiff
hard code port 7001, because linux defaults to 7000 for rxdebug
authorQuanah Gibson-Mount <quanah@stanford.edu>
Thu, 3 Mar 2005 01:55:01 +0000 (01:55 +0000)
committerQuanah Gibson-Mount <quanah@stanford.edu>
Thu, 3 Mar 2005 01:55:01 +0000 (01:55 +0000)
check_rxdebug

index 559975b3f1062ec3dc2995b9ec2972776629be45..f1f002e2a2109321184789321221bc13144d60f3 100755 (executable)
@@ -86,7 +86,7 @@ alarm ($TIMEOUT);
 
 # Run rxdebug and parse the output, counting the number of waiting for process
 # connections that we have.
-unless (open (RXDEBUG, "$RXDEBUG $host |")) {
+unless (open (RXDEBUG, "$RXDEBUG $host 7001 |")) {
     warn "$0: cannot run rxdebug\n";
     exit 3;
 }