From f3f9ff2a216820b9d83d0487ec1af025666f5082 Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount Date: Thu, 3 Mar 2005 01:55:01 +0000 Subject: [PATCH] hard code port 7001, because linux defaults to 7000 for rxdebug --- check_rxdebug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.5