aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-05-31 21:58:08 +0000
committerChristian Grothoff <christian@grothoff.org>2012-05-31 21:58:08 +0000
commit2840913e9ae2378ded514d276e007b56cebcc251 (patch)
tree1ce4c562f359d82b800bc42373715f507d3e294f /src
parenteaa7823b3793e185f947f8bf4ad254078f7d915d (diff)
downloadgnunet-2840913e9ae2378ded514d276e007b56cebcc251.tar.gz
gnunet-2840913e9ae2378ded514d276e007b56cebcc251.zip
-fixing port choices that conflict with lockmanager
Diffstat (limited to 'src')
-rw-r--r--src/dht/test_dht_api_peer1.conf2
-rw-r--r--src/dht/test_dht_multipeer_data.conf2
-rw-r--r--src/dht/test_dht_twopeer_data.conf2
-rw-r--r--src/gns/test_gns_simple_lookup.conf2
-rw-r--r--src/lockmanager/lockmanager.conf.in2
-rw-r--r--src/mesh/test_mesh.conf2
-rw-r--r--src/mesh/test_mesh_path.conf2
-rw-r--r--src/stream/test_stream_local.conf2
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
10ACCEPT_FROM6 = ::1; 10ACCEPT_FROM6 = ::1;
11ACCEPT_FROM = 127.0.0.1; 11ACCEPT_FROM = 127.0.0.1;
12HOSTNAME = localhost 12HOSTNAME = localhost
13PORT = 2100 13PORT = 12100
14BINARY = gnunet-service-dht 14BINARY = gnunet-service-dht
15 15
16[block] 16[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;
16CONFIG = $DEFAULTCONFIG 16CONFIG = $DEFAULTCONFIG
17HOME = $SERVICEHOME 17HOME = $SERVICEHOME
18HOSTNAME = localhost 18HOSTNAME = localhost
19PORT = 2100 19PORT = 12100
20STOP_FOUND = YES 20STOP_FOUND = YES
21USE_MAX_HOPS = YES 21USE_MAX_HOPS = YES
22MAX_HOPS = 16 22MAX_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
9DEBUG = NO 9DEBUG = NO
10AUTOSTART = YES 10AUTOSTART = YES
11#PREFIX = xterm -T dht -e gdb --args 11#PREFIX = xterm -T dht -e gdb --args
12PORT = 2100 12PORT = 12100
13BINARY = gnunet-service-dht 13BINARY = gnunet-service-dht
14 14
15[block] 15[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
12ACCEPT_FROM6 = ::1; 12ACCEPT_FROM6 = ::1;
13ACCEPT_FROM = 127.0.0.1; 13ACCEPT_FROM = 127.0.0.1;
14HOSTNAME = localhost 14HOSTNAME = localhost
15PORT = 2100 15PORT = 12100
16BINARY = gnunet-service-dht 16BINARY = gnunet-service-dht
17 17
18[block] 18[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 @@
1[lockmanager] 1[lockmanager]
2AUTOSTART = YES 2AUTOSTART = YES
3@UNIXONLY@ PORT = 2100 3@UNIXONLY@ PORT = 12100
4HOSTNAME = localhost 4HOSTNAME = localhost
5HOME = $SERVICEHOME 5HOME = $SERVICEHOME
6CONFIG = $DEFAULTCONFIG 6CONFIG = $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
19ACCEPT_FROM6 = ::1; 19ACCEPT_FROM6 = ::1;
20ACCEPT_FROM = 127.0.0.1; 20ACCEPT_FROM = 127.0.0.1;
21HOSTNAME = localhost 21HOSTNAME = localhost
22PORT = 2100 22PORT = 12100
23 23
24[block] 24[block]
25plugins = dht test 25plugins = 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
19ACCEPT_FROM6 = ::1; 19ACCEPT_FROM6 = ::1;
20ACCEPT_FROM = 127.0.0.1; 20ACCEPT_FROM = 127.0.0.1;
21HOSTNAME = localhost 21HOSTNAME = localhost
22PORT = 2100 22PORT = 12100
23 23
24[block] 24[block]
25plugins = dht test 25plugins = 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
19ACCEPT_FROM6 = ::1; 19ACCEPT_FROM6 = ::1;
20ACCEPT_FROM = 127.0.0.1; 20ACCEPT_FROM = 127.0.0.1;
21HOSTNAME = localhost 21HOSTNAME = localhost
22PORT = 2100 22PORT = 12100
23 23
24[block] 24[block]
25plugins = dht test 25plugins = dht test