aboutsummaryrefslogtreecommitdiff
path: root/src/nat/test_nat_data.conf
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/nat/test_nat_data.conf
parent81dcb0a35beb7c862ac6f2677933b978aab67038 (diff)
downloadgnunet-b581097addc91044432dcb54ce7cff26b9e12de1.tar.gz
gnunet-b581097addc91044432dcb54ce7cff26b9e12de1.zip
-getting rid of silly, stupid, useless, often wrong DEFAULTCONFIG setting
Diffstat (limited to 'src/nat/test_nat_data.conf')
-rw-r--r--src/nat/test_nat_data.conf5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/nat/test_nat_data.conf b/src/nat/test_nat_data.conf
index 7ad00a03c..b3bab0451 100644
--- a/src/nat/test_nat_data.conf
+++ b/src/nat/test_nat_data.conf
@@ -1,8 +1,6 @@
1[PATHS] 1[PATHS]
2SERVICEHOME = /tmp/nat-test 2SERVICEHOME = /tmp/nat-test
3# SERVICEHOME = /var/lib/gnunet/ 3# SERVICEHOME = /var/lib/gnunet/
4# DEFAULTCONFIG = /etc/gnunet.conf
5# If 'DEFAULTCONFIG' is not defined, the current
6# configuration file is assumed to be the default, 4# configuration file is assumed to be the default,
7# which is what we want by default... 5# which is what we want by default...
8 6
@@ -51,7 +49,6 @@ DISABLEV6 = NO
51PORT = 2087 49PORT = 2087
52HOSTNAME = localhost 50HOSTNAME = localhost
53HOME = $SERVICEHOME 51HOME = $SERVICEHOME
54CONFIG = $DEFAULTCONFIG
55BINARY = gnunet-service-arm 52BINARY = gnunet-service-arm
56ACCEPT_FROM = 127.0.0.1; 53ACCEPT_FROM = 127.0.0.1;
57ACCEPT_FROM6 = ::1; 54ACCEPT_FROM6 = ::1;
@@ -75,7 +72,6 @@ AUTOSTART = YES
75PORT = 2088 72PORT = 2088
76HOSTNAME = localhost 73HOSTNAME = localhost
77HOME = $SERVICEHOME 74HOME = $SERVICEHOME
78CONFIG = $DEFAULTCONFIG
79BINARY = gnunet-service-statistics 75BINARY = gnunet-service-statistics
80ACCEPT_FROM = 127.0.0.1; 76ACCEPT_FROM = 127.0.0.1;
81ACCEPT_FROM6 = ::1; 77ACCEPT_FROM6 = ::1;
@@ -97,7 +93,6 @@ AUTOSTART = YES
97PORT = 2089 93PORT = 2089
98HOSTNAME = localhost 94HOSTNAME = localhost
99HOME = $SERVICEHOME 95HOME = $SERVICEHOME
100CONFIG = $DEFAULTCONFIG
101BINARY = gnunet-service-resolver 96BINARY = gnunet-service-resolver
102ACCEPT_FROM = 127.0.0.1; 97ACCEPT_FROM = 127.0.0.1;
103ACCEPT_FROM6 = ::1; 98ACCEPT_FROM6 = ::1;