diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-10-09 18:38:01 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-10-09 18:38:01 +0000 |
commit | e26321da7cab838bc8521faad3ac0b73cdfcd016 (patch) | |
tree | dafeebf08b90707d2cbfb6f5ab75c361ba298d6e /src/core | |
parent | 148d1668c50df1b3af31c70167d9ea8721934896 (diff) |
-getting rid of silly, stupid, useless, often wrong DEFAULTCONFIG setting
git-svn-id: https://gnunet.org/svn/gnunet@24237 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/core.conf.in | 1 | ||||
-rw-r--r-- | src/core/test_core_api_data.conf | 1 | ||||
-rw-r--r-- | src/core/test_core_api_peer1.conf | 1 | ||||
-rw-r--r-- | src/core/test_core_api_peer2.conf | 3 | ||||
-rw-r--r-- | src/core/test_core_api_send_to_self.conf | 2 | ||||
-rw-r--r-- | src/core/test_core_defaults.conf | 1 | ||||
-rw-r--r-- | src/core/test_core_quota_asymmetric_recv_limited_peer1.conf | 1 | ||||
-rw-r--r-- | src/core/test_core_quota_asymmetric_recv_limited_peer2.conf | 3 | ||||
-rw-r--r-- | src/core/test_core_quota_asymmetric_send_limit_peer1.conf | 1 | ||||
-rw-r--r-- | src/core/test_core_quota_asymmetric_send_limit_peer2.conf | 3 | ||||
-rw-r--r-- | src/core/test_core_quota_peer1.conf | 1 | ||||
-rw-r--r-- | src/core/test_core_quota_peer2.conf | 3 |
12 files changed, 4 insertions, 17 deletions
diff --git a/src/core/core.conf.in b/src/core/core.conf.in index 61ac84e6c9..fbe2f79484 100644 --- a/src/core/core.conf.in +++ b/src/core/core.conf.in @@ -3,7 +3,6 @@ AUTOSTART = YES @JAVAPORT@PORT = 2092 HOSTNAME = localhost HOME = $SERVICEHOME -CONFIG = $DEFAULTCONFIG BINARY = gnunet-service-core ACCEPT_FROM = 127.0.0.1; ACCEPT_FROM6 = ::1; diff --git a/src/core/test_core_api_data.conf b/src/core/test_core_api_data.conf index 30eea2dd55..440dac5c93 100644 --- a/src/core/test_core_api_data.conf +++ b/src/core/test_core_api_data.conf @@ -1,6 +1,5 @@ @INLINE@ test_core_defaults.conf [PATHS] -DEFAULTCONFIG = test_core_api_data.conf [arm] DEFAULTSERVICES = topology hostlist diff --git a/src/core/test_core_api_peer1.conf b/src/core/test_core_api_peer1.conf index 662318a442..119354c84e 100644 --- a/src/core/test_core_api_peer1.conf +++ b/src/core/test_core_api_peer1.conf @@ -1,7 +1,6 @@ @INLINE@ test_core_defaults.conf [PATHS] SERVICEHOME = /tmp/test-gnunet-core-peer-1/ -DEFAULTCONFIG = test_core_api_peer1.conf [transport-tcp] PORT = 12468 diff --git a/src/core/test_core_api_peer2.conf b/src/core/test_core_api_peer2.conf index cd29e3f94a..e66c74c943 100644 --- a/src/core/test_core_api_peer2.conf +++ b/src/core/test_core_api_peer2.conf @@ -1,7 +1,6 @@ @INLINE@ test_core_defaults.conf [PATHS] SERVICEHOME = /tmp/test-gnunet-core-peer-2/ -DEFAULTCONFIG = test_core_api_peer2.conf [arm] PORT = 22460 @@ -38,4 +37,4 @@ PORT = 22467 PORT = 22468 [transport-http] -PORT = 22469
\ No newline at end of file +PORT = 22469 diff --git a/src/core/test_core_api_send_to_self.conf b/src/core/test_core_api_send_to_self.conf index 6737726858..704a2b6dae 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 @@ @INLINE@ test_core_defaults.conf [PATHS] SERVICEHOME = ~/.gnunet/ -DEFAULTCONFIG = test_core_api_send_to_self.conf [arm] PORT = 2425 @@ -22,7 +21,6 @@ AUTOSTART = YES PORT = 9252 HOSTNAME = localhost HOME = $SERVICEHOME -CONFIG = $DEFAULTCONFIG BINARY = test_core_api_send_to_self ACCEPT_FROM = 127.0.0.1; ACCEPT_FROM6 = ::1; diff --git a/src/core/test_core_defaults.conf b/src/core/test_core_defaults.conf index 9525ca258c..25a682445a 100644 --- a/src/core/test_core_defaults.conf +++ b/src/core/test_core_defaults.conf @@ -1,6 +1,5 @@ [PATHS] SERVICEHOME = /tmp/test-gnunet-core/ -DEFAULTCONFIG = test_core_defaults.conf [arm] DEFAULTSERVICES = 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 5501fb8265..dcd886280e 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 @@ @INLINE@ test_core_defaults.conf [PATHS] SERVICEHOME = /tmp/test-gnunet-core-quota-asym-recv-lim-peer-1/ -DEFAULTCONFIG = test_core_quota_asymmetric_recv_limited_peer1.conf [transport-tcp] PORT = 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 62fc69e26f..13f29e91ad 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 @@ @INLINE@ test_core_defaults.conf [PATHS] SERVICEHOME = /tmp/test-gnunet-core-quota-asym-recv-lim-peer-2/ -DEFAULTCONFIG = test_core_quota_asymmetric_recv_limited_peer2.conf [arm] @@ -42,4 +41,4 @@ PORT = 22467 PORT = 22468 [transport-http] -PORT = 22469
\ No newline at end of file +PORT = 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 568cf6b168..09c4ed049f 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 @@ @INLINE@ test_core_defaults.conf [PATHS] SERVICEHOME = /tmp/test-gnunet-core-quota-asym-send-lim-peer-1/ -DEFAULTCONFIG = test_core_quota_asymmetric_send_limit_peer1.conf [transport-tcp] PORT = 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 614358ba75..03d5bce12f 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 @@ @INLINE@ test_core_defaults.conf [PATHS] SERVICEHOME = /tmp/test-gnunet-core-quota-asym-send-lim-peer-2/ -DEFAULTCONFIG = test_core_quota_asymmetric_send_limit_peer2.conf [arm] PORT = 22486 @@ -41,4 +40,4 @@ PORT = 22467 PORT = 22468 [transport-http] -PORT = 22469
\ No newline at end of file +PORT = 22469 diff --git a/src/core/test_core_quota_peer1.conf b/src/core/test_core_quota_peer1.conf index 4ff2ee44ac..4a67bfe661 100644 --- a/src/core/test_core_quota_peer1.conf +++ b/src/core/test_core_quota_peer1.conf @@ -1,7 +1,6 @@ @INLINE@ test_core_defaults.conf [PATHS] SERVICEHOME = /tmp/test-gnunet-core-quota-sym-peer-1/ -DEFAULTCONFIG = test_core_quota_peer1.conf [transport-tcp] PORT = 12468 diff --git a/src/core/test_core_quota_peer2.conf b/src/core/test_core_quota_peer2.conf index 1fd4ec82b1..e288da0645 100644 --- a/src/core/test_core_quota_peer2.conf +++ b/src/core/test_core_quota_peer2.conf @@ -1,7 +1,6 @@ @INLINE@ test_core_defaults.conf [PATHS] SERVICEHOME = /tmp/test-gnunet-core-quota-sym-peer-2/ -DEFAULTCONFIG = test_core_quota_peer2.conf [arm] PORT = 22476 @@ -41,4 +40,4 @@ PORT = 22467 PORT = 22468 [transport-http] -PORT = 22469
\ No newline at end of file +PORT = 22469 |