aboutsummaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-10-09 18:38:01 +0000
committerChristian Grothoff <christian@grothoff.org>2012-10-09 18:38:01 +0000
commitb581097addc91044432dcb54ce7cff26b9e12de1 (patch)
treedafeebf08b90707d2cbfb6f5ab75c361ba298d6e /src/core
parent81dcb0a35beb7c862ac6f2677933b978aab67038 (diff)
downloadgnunet-b581097addc91044432dcb54ce7cff26b9e12de1.tar.gz
gnunet-b581097addc91044432dcb54ce7cff26b9e12de1.zip
-getting rid of silly, stupid, useless, often wrong DEFAULTCONFIG setting
Diffstat (limited to 'src/core')
-rw-r--r--src/core/core.conf.in1
-rw-r--r--src/core/test_core_api_data.conf1
-rw-r--r--src/core/test_core_api_peer1.conf1
-rw-r--r--src/core/test_core_api_peer2.conf3
-rw-r--r--src/core/test_core_api_send_to_self.conf2
-rw-r--r--src/core/test_core_defaults.conf1
-rw-r--r--src/core/test_core_quota_asymmetric_recv_limited_peer1.conf1
-rw-r--r--src/core/test_core_quota_asymmetric_recv_limited_peer2.conf3
-rw-r--r--src/core/test_core_quota_asymmetric_send_limit_peer1.conf1
-rw-r--r--src/core/test_core_quota_asymmetric_send_limit_peer2.conf3
-rw-r--r--src/core/test_core_quota_peer1.conf1
-rw-r--r--src/core/test_core_quota_peer2.conf3
12 files changed, 4 insertions, 17 deletions
diff --git a/src/core/core.conf.in b/src/core/core.conf.in
index 61ac84e6c..fbe2f7948 100644
--- a/src/core/core.conf.in
+++ b/src/core/core.conf.in
@@ -3,7 +3,6 @@ AUTOSTART = YES
3@JAVAPORT@PORT = 2092 3@JAVAPORT@PORT = 2092
4HOSTNAME = localhost 4HOSTNAME = localhost
5HOME = $SERVICEHOME 5HOME = $SERVICEHOME
6CONFIG = $DEFAULTCONFIG
7BINARY = gnunet-service-core 6BINARY = gnunet-service-core
8ACCEPT_FROM = 127.0.0.1; 7ACCEPT_FROM = 127.0.0.1;
9ACCEPT_FROM6 = ::1; 8ACCEPT_FROM6 = ::1;
diff --git a/src/core/test_core_api_data.conf b/src/core/test_core_api_data.conf
index 30eea2dd5..440dac5c9 100644
--- a/src/core/test_core_api_data.conf
+++ b/src/core/test_core_api_data.conf
@@ -1,6 +1,5 @@
1@INLINE@ test_core_defaults.conf 1@INLINE@ test_core_defaults.conf
2[PATHS] 2[PATHS]
3DEFAULTCONFIG = test_core_api_data.conf
4 3
5[arm] 4[arm]
6DEFAULTSERVICES = topology hostlist 5DEFAULTSERVICES = topology hostlist
diff --git a/src/core/test_core_api_peer1.conf b/src/core/test_core_api_peer1.conf
index 662318a44..119354c84 100644
--- a/src/core/test_core_api_peer1.conf
+++ b/src/core/test_core_api_peer1.conf
@@ -1,7 +1,6 @@
1@INLINE@ test_core_defaults.conf 1@INLINE@ test_core_defaults.conf
2[PATHS] 2[PATHS]
3SERVICEHOME = /tmp/test-gnunet-core-peer-1/ 3SERVICEHOME = /tmp/test-gnunet-core-peer-1/
4DEFAULTCONFIG = test_core_api_peer1.conf
5 4
6[transport-tcp] 5[transport-tcp]
7PORT = 12468 6PORT = 12468
diff --git a/src/core/test_core_api_peer2.conf b/src/core/test_core_api_peer2.conf
index cd29e3f94..e66c74c94 100644
--- a/src/core/test_core_api_peer2.conf
+++ b/src/core/test_core_api_peer2.conf
@@ -1,7 +1,6 @@
1@INLINE@ test_core_defaults.conf 1@INLINE@ test_core_defaults.conf
2[PATHS] 2[PATHS]
3SERVICEHOME = /tmp/test-gnunet-core-peer-2/ 3SERVICEHOME = /tmp/test-gnunet-core-peer-2/
4DEFAULTCONFIG = test_core_api_peer2.conf
5 4
6[arm] 5[arm]
7PORT = 22460 6PORT = 22460
@@ -38,4 +37,4 @@ PORT = 22467
38PORT = 22468 37PORT = 22468
39 38
40[transport-http] 39[transport-http]
41PORT = 22469 \ No newline at end of file 40PORT = 22469
diff --git a/src/core/test_core_api_send_to_self.conf b/src/core/test_core_api_send_to_self.conf
index 673772685..704a2b6da 100644
--- a/src/core/test_core_api_send_to_self.conf
+++ b/src/core/test_core_api_send_to_self.conf
@@ -1,7 +1,6 @@
1@INLINE@ test_core_defaults.conf 1@INLINE@ test_core_defaults.conf
2[PATHS] 2[PATHS]
3SERVICEHOME = ~/.gnunet/ 3SERVICEHOME = ~/.gnunet/
4DEFAULTCONFIG = test_core_api_send_to_self.conf
5 4
6[arm] 5[arm]
7PORT = 2425 6PORT = 2425
@@ -22,7 +21,6 @@ AUTOSTART = YES
22PORT = 9252 21PORT = 9252
23HOSTNAME = localhost 22HOSTNAME = localhost
24HOME = $SERVICEHOME 23HOME = $SERVICEHOME
25CONFIG = $DEFAULTCONFIG
26BINARY = test_core_api_send_to_self 24BINARY = test_core_api_send_to_self
27ACCEPT_FROM = 127.0.0.1; 25ACCEPT_FROM = 127.0.0.1;
28ACCEPT_FROM6 = ::1; 26ACCEPT_FROM6 = ::1;
diff --git a/src/core/test_core_defaults.conf b/src/core/test_core_defaults.conf
index 9525ca258..25a682445 100644
--- a/src/core/test_core_defaults.conf
+++ b/src/core/test_core_defaults.conf
@@ -1,6 +1,5 @@
1[PATHS] 1[PATHS]
2SERVICEHOME = /tmp/test-gnunet-core/ 2SERVICEHOME = /tmp/test-gnunet-core/
3DEFAULTCONFIG = test_core_defaults.conf
4 3
5[arm] 4[arm]
6DEFAULTSERVICES = 5DEFAULTSERVICES =
diff --git a/src/core/test_core_quota_asymmetric_recv_limited_peer1.conf b/src/core/test_core_quota_asymmetric_recv_limited_peer1.conf
index 5501fb826..dcd886280 100644
--- a/src/core/test_core_quota_asymmetric_recv_limited_peer1.conf
+++ b/src/core/test_core_quota_asymmetric_recv_limited_peer1.conf
@@ -1,7 +1,6 @@
1@INLINE@ test_core_defaults.conf 1@INLINE@ test_core_defaults.conf
2[PATHS] 2[PATHS]
3SERVICEHOME = /tmp/test-gnunet-core-quota-asym-recv-lim-peer-1/ 3SERVICEHOME = /tmp/test-gnunet-core-quota-asym-recv-lim-peer-1/
4DEFAULTCONFIG = test_core_quota_asymmetric_recv_limited_peer1.conf
5 4
6[transport-tcp] 5[transport-tcp]
7PORT = 12488 6PORT = 12488
diff --git a/src/core/test_core_quota_asymmetric_recv_limited_peer2.conf b/src/core/test_core_quota_asymmetric_recv_limited_peer2.conf
index 62fc69e26..13f29e91a 100644
--- a/src/core/test_core_quota_asymmetric_recv_limited_peer2.conf
+++ b/src/core/test_core_quota_asymmetric_recv_limited_peer2.conf
@@ -1,7 +1,6 @@
1@INLINE@ test_core_defaults.conf 1@INLINE@ test_core_defaults.conf
2[PATHS] 2[PATHS]
3SERVICEHOME = /tmp/test-gnunet-core-quota-asym-recv-lim-peer-2/ 3SERVICEHOME = /tmp/test-gnunet-core-quota-asym-recv-lim-peer-2/
4DEFAULTCONFIG = test_core_quota_asymmetric_recv_limited_peer2.conf
5 4
6 5
7[arm] 6[arm]
@@ -42,4 +41,4 @@ PORT = 22467
42PORT = 22468 41PORT = 22468
43 42
44[transport-http] 43[transport-http]
45PORT = 22469 \ No newline at end of file 44PORT = 22469
diff --git a/src/core/test_core_quota_asymmetric_send_limit_peer1.conf b/src/core/test_core_quota_asymmetric_send_limit_peer1.conf
index 568cf6b16..09c4ed049 100644
--- a/src/core/test_core_quota_asymmetric_send_limit_peer1.conf
+++ b/src/core/test_core_quota_asymmetric_send_limit_peer1.conf
@@ -1,7 +1,6 @@
1@INLINE@ test_core_defaults.conf 1@INLINE@ test_core_defaults.conf
2[PATHS] 2[PATHS]
3SERVICEHOME = /tmp/test-gnunet-core-quota-asym-send-lim-peer-1/ 3SERVICEHOME = /tmp/test-gnunet-core-quota-asym-send-lim-peer-1/
4DEFAULTCONFIG = test_core_quota_asymmetric_send_limit_peer1.conf
5 4
6[transport-tcp] 5[transport-tcp]
7PORT = 12488 6PORT = 12488
diff --git a/src/core/test_core_quota_asymmetric_send_limit_peer2.conf b/src/core/test_core_quota_asymmetric_send_limit_peer2.conf
index 614358ba7..03d5bce12 100644
--- a/src/core/test_core_quota_asymmetric_send_limit_peer2.conf
+++ b/src/core/test_core_quota_asymmetric_send_limit_peer2.conf
@@ -1,7 +1,6 @@
1@INLINE@ test_core_defaults.conf 1@INLINE@ test_core_defaults.conf
2[PATHS] 2[PATHS]
3SERVICEHOME = /tmp/test-gnunet-core-quota-asym-send-lim-peer-2/ 3SERVICEHOME = /tmp/test-gnunet-core-quota-asym-send-lim-peer-2/
4DEFAULTCONFIG = test_core_quota_asymmetric_send_limit_peer2.conf
5 4
6[arm] 5[arm]
7PORT = 22486 6PORT = 22486
@@ -41,4 +40,4 @@ PORT = 22467
41PORT = 22468 40PORT = 22468
42 41
43[transport-http] 42[transport-http]
44PORT = 22469 \ No newline at end of file 43PORT = 22469
diff --git a/src/core/test_core_quota_peer1.conf b/src/core/test_core_quota_peer1.conf
index 4ff2ee44a..4a67bfe66 100644
--- a/src/core/test_core_quota_peer1.conf
+++ b/src/core/test_core_quota_peer1.conf
@@ -1,7 +1,6 @@
1@INLINE@ test_core_defaults.conf 1@INLINE@ test_core_defaults.conf
2[PATHS] 2[PATHS]
3SERVICEHOME = /tmp/test-gnunet-core-quota-sym-peer-1/ 3SERVICEHOME = /tmp/test-gnunet-core-quota-sym-peer-1/
4DEFAULTCONFIG = test_core_quota_peer1.conf
5 4
6[transport-tcp] 5[transport-tcp]
7PORT = 12468 6PORT = 12468
diff --git a/src/core/test_core_quota_peer2.conf b/src/core/test_core_quota_peer2.conf
index 1fd4ec82b..e288da064 100644
--- a/src/core/test_core_quota_peer2.conf
+++ b/src/core/test_core_quota_peer2.conf
@@ -1,7 +1,6 @@
1@INLINE@ test_core_defaults.conf 1@INLINE@ test_core_defaults.conf
2[PATHS] 2[PATHS]
3SERVICEHOME = /tmp/test-gnunet-core-quota-sym-peer-2/ 3SERVICEHOME = /tmp/test-gnunet-core-quota-sym-peer-2/
4DEFAULTCONFIG = test_core_quota_peer2.conf
5 4
6[arm] 5[arm]
7PORT = 22476 6PORT = 22476
@@ -41,4 +40,4 @@ PORT = 22467
41PORT = 22468 40PORT = 22468
42 41
43[transport-http] 42[transport-http]
44PORT = 22469 \ No newline at end of file 43PORT = 22469