From 2840913e9ae2378ded514d276e007b56cebcc251 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 31 May 2012 21:58:08 +0000 Subject: [PATCH] -fixing port choices that conflict with lockmanager --- src/dht/test_dht_api_peer1.conf | 2 +- src/dht/test_dht_multipeer_data.conf | 2 +- src/dht/test_dht_twopeer_data.conf | 2 +- src/gns/test_gns_simple_lookup.conf | 2 +- src/lockmanager/lockmanager.conf.in | 2 +- src/mesh/test_mesh.conf | 2 +- src/mesh/test_mesh_path.conf | 2 +- src/stream/test_stream_local.conf | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/dht/test_dht_api_peer1.conf b/src/dht/test_dht_api_peer1.conf index cacc4da8f..d9db7c461 100644 --- a/src/dht/test_dht_api_peer1.conf +++ b/src/dht/test_dht_api_peer1.conf @@ -10,7 +10,7 @@ AUTOSTART = YES ACCEPT_FROM6 = ::1; ACCEPT_FROM = 127.0.0.1; HOSTNAME = localhost -PORT = 2100 +PORT = 12100 BINARY = gnunet-service-dht [block] diff --git a/src/dht/test_dht_multipeer_data.conf b/src/dht/test_dht_multipeer_data.conf index f6982930d..e25a88307 100644 --- a/src/dht/test_dht_multipeer_data.conf +++ b/src/dht/test_dht_multipeer_data.conf @@ -16,7 +16,7 @@ ACCEPT_FROM = 127.0.0.1; CONFIG = $DEFAULTCONFIG HOME = $SERVICEHOME HOSTNAME = localhost -PORT = 2100 +PORT = 12100 STOP_FOUND = YES USE_MAX_HOPS = YES MAX_HOPS = 16 diff --git a/src/dht/test_dht_twopeer_data.conf b/src/dht/test_dht_twopeer_data.conf index 97c53a892..a17ad356a 100644 --- a/src/dht/test_dht_twopeer_data.conf +++ b/src/dht/test_dht_twopeer_data.conf @@ -9,7 +9,7 @@ AUTOSTART = YES DEBUG = NO AUTOSTART = YES #PREFIX = xterm -T dht -e gdb --args -PORT = 2100 +PORT = 12100 BINARY = gnunet-service-dht [block] diff --git a/src/gns/test_gns_simple_lookup.conf b/src/gns/test_gns_simple_lookup.conf index 52de23e40..9a32fe561 100644 --- a/src/gns/test_gns_simple_lookup.conf +++ b/src/gns/test_gns_simple_lookup.conf @@ -12,7 +12,7 @@ AUTOSTART = YES ACCEPT_FROM6 = ::1; ACCEPT_FROM = 127.0.0.1; HOSTNAME = localhost -PORT = 2100 +PORT = 12100 BINARY = gnunet-service-dht [block] diff --git a/src/lockmanager/lockmanager.conf.in b/src/lockmanager/lockmanager.conf.in index 75b9244dc..8068bdb4c 100644 --- a/src/lockmanager/lockmanager.conf.in +++ b/src/lockmanager/lockmanager.conf.in @@ -1,6 +1,6 @@ [lockmanager] AUTOSTART = YES -@UNIXONLY@ PORT = 2100 +@UNIXONLY@ PORT = 12100 HOSTNAME = localhost HOME = $SERVICEHOME CONFIG = $DEFAULTCONFIG diff --git a/src/mesh/test_mesh.conf b/src/mesh/test_mesh.conf index cac440016..f2e51e4e3 100644 --- a/src/mesh/test_mesh.conf +++ b/src/mesh/test_mesh.conf @@ -19,7 +19,7 @@ AUTOSTART = YES ACCEPT_FROM6 = ::1; ACCEPT_FROM = 127.0.0.1; HOSTNAME = localhost -PORT = 2100 +PORT = 12100 [block] plugins = dht test diff --git a/src/mesh/test_mesh_path.conf b/src/mesh/test_mesh_path.conf index 3d955f09e..c3d8a2c93 100644 --- a/src/mesh/test_mesh_path.conf +++ b/src/mesh/test_mesh_path.conf @@ -19,7 +19,7 @@ AUTOSTART = YES ACCEPT_FROM6 = ::1; ACCEPT_FROM = 127.0.0.1; HOSTNAME = localhost -PORT = 2100 +PORT = 12100 [block] plugins = dht test diff --git a/src/stream/test_stream_local.conf b/src/stream/test_stream_local.conf index c6d11c339..884ecbc28 100644 --- a/src/stream/test_stream_local.conf +++ b/src/stream/test_stream_local.conf @@ -19,7 +19,7 @@ AUTOSTART = YES ACCEPT_FROM6 = ::1; ACCEPT_FROM = 127.0.0.1; HOSTNAME = localhost -PORT = 2100 +PORT = 12100 [block] plugins = dht test -- 2.25.1