From: Quanah Gibson-Mount Date: Thu, 3 Mar 2005 01:55:01 +0000 (+0000) Subject: hard code port 7001, because linux defaults to 7000 for rxdebug X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=f3f9ff2a216820b9d83d0487ec1af025666f5082;p=packages%2Fa%2Fafs-monitor.git hard code port 7001, because linux defaults to 7000 for rxdebug --- diff --git a/check_rxdebug b/check_rxdebug index 559975b..f1f002e 100755 --- a/check_rxdebug +++ b/check_rxdebug @@ -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; }