aboutsummaryrefslogtreecommitdiff
path: root/src/nse
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/nse
parent81dcb0a35beb7c862ac6f2677933b978aab67038 (diff)
downloadgnunet-b581097addc91044432dcb54ce7cff26b9e12de1.tar.gz
gnunet-b581097addc91044432dcb54ce7cff26b9e12de1.zip
-getting rid of silly, stupid, useless, often wrong DEFAULTCONFIG setting
Diffstat (limited to 'src/nse')
-rw-r--r--src/nse/nse.conf.in1
-rw-r--r--src/nse/nse_profiler_test.conf2
-rw-r--r--src/nse/test_nse.conf2
3 files changed, 0 insertions, 5 deletions
diff --git a/src/nse/nse.conf.in b/src/nse/nse.conf.in
index bc49e051d..84f1f6c22 100644
--- a/src/nse/nse.conf.in
+++ b/src/nse/nse.conf.in
@@ -3,7 +3,6 @@ AUTOSTART = YES
3@JAVAPORT@PORT = 2097 3@JAVAPORT@PORT = 2097
4HOSTNAME = localhost 4HOSTNAME = localhost
5HOME = $SERVICEHOME 5HOME = $SERVICEHOME
6CONFIG = $DEFAULTCONFIG
7BINARY = gnunet-service-nse 6BINARY = gnunet-service-nse
8ACCEPT_FROM = 127.0.0.1; 7ACCEPT_FROM = 127.0.0.1;
9ACCEPT_FROM6 = ::1; 8ACCEPT_FROM6 = ::1;
diff --git a/src/nse/nse_profiler_test.conf b/src/nse/nse_profiler_test.conf
index 49f749fda..b4709dd38 100644
--- a/src/nse/nse_profiler_test.conf
+++ b/src/nse/nse_profiler_test.conf
@@ -1,6 +1,5 @@
1[PATHS] 1[PATHS]
2SERVICEHOME = /tmp/nse-profiler/ 2SERVICEHOME = /tmp/nse-profiler/
3DEFAULTCONFIG = nse_profiler_test.conf
4 3
5[nse] 4[nse]
6PORT = 0 5PORT = 0
@@ -10,7 +9,6 @@ BINARY = gnunet-service-nse
10#PREFIX = valgrind --leak-check=full --log-file=valgrind_nse.%p 9#PREFIX = valgrind --leak-check=full --log-file=valgrind_nse.%p
11AUTOSTART = NO 10AUTOSTART = NO
12DEBUG = YES 11DEBUG = YES
13CONFIG = $DEFAULTCONFIG
14# Overriding network settings for faster testing (do NOT use 12# Overriding network settings for faster testing (do NOT use
15# these values in production just because they are here) 13# these values in production just because they are here)
16WORKDELAY = 60 s 14WORKDELAY = 60 s
diff --git a/src/nse/test_nse.conf b/src/nse/test_nse.conf
index 66075d792..625d059ee 100644
--- a/src/nse/test_nse.conf
+++ b/src/nse/test_nse.conf
@@ -1,6 +1,5 @@
1[PATHS] 1[PATHS]
2SERVICEHOME = /tmp/test-nse-multipeer/ 2SERVICEHOME = /tmp/test-nse-multipeer/
3DEFAULTCONFIG = test_nse.conf
4 3
5[nse] 4[nse]
6PORT = 22353 5PORT = 22353
@@ -10,7 +9,6 @@ BINARY = gnunet-service-nse
10#PREFIX = valgrind --leak-check=full --log-file=valgrind_nse.%p 9#PREFIX = valgrind --leak-check=full --log-file=valgrind_nse.%p
11AUTOSTART = YES 10AUTOSTART = YES
12DEBUG = NO 11DEBUG = NO
13CONFIG = $DEFAULTCONFIG
14PROOFFILE = $SERVICEHOME/proof.nse 12PROOFFILE = $SERVICEHOME/proof.nse
15# Overriding network settings for faster testing (do NOT use 13# Overriding network settings for faster testing (do NOT use
16# these values in production just because they are here) 14# these values in production just because they are here)