From 5205c3d8516bd87ff4ea820fe0bda9484da5820b Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Thu, 1 Nov 2007 15:51:25 +0100 Subject: [PATCH] Interchange tcp ports of new and old para_server. --- convert_0.2-0.3.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/convert_0.2-0.3.sh b/convert_0.2-0.3.sh index 19003931..47d4949b 100755 --- a/convert_0.2-0.3.sh +++ b/convert_0.2-0.3.sh @@ -24,12 +24,12 @@ # How to connect to para_server 0.2.x. client02=/usr/local/bin/para_client -port02=2990 +port02=2991 host02=localhost # How to connect to para_server 0.3.x. client03=./para_client -port03=2991 +port03=2990 host03=localhost # Unset this to deactivate messages -- 2.39.2