aboutsummaryrefslogtreecommitdiff
path: root/src/nat
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-09 10:26:23 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-09 10:26:23 +0000
commitd0a9f269aa6575253b1c284d594a467e6fdeb7c7 (patch)
tree21cf2183b906bd550eff83616552097c977ad530 /src/nat
parentd4baeee37d09e53b5f176398a1b4aaa0aa747883 (diff)
downloadgnunet-d0a9f269aa6575253b1c284d594a467e6fdeb7c7.tar.gz
gnunet-d0a9f269aa6575253b1c284d594a467e6fdeb7c7.zip
more work towards XDG spec (#3000) -- config file location
Diffstat (limited to 'src/nat')
-rw-r--r--src/nat/test_nat_data.conf8
-rw-r--r--src/nat/test_nat_test_data.conf4
2 files changed, 6 insertions, 6 deletions
diff --git a/src/nat/test_nat_data.conf b/src/nat/test_nat_data.conf
index 03467d1e6..9722828ac 100644
--- a/src/nat/test_nat_data.conf
+++ b/src/nat/test_nat_data.conf
@@ -1,11 +1,11 @@
1[PATHS] 1[PATHS]
2SERVICEHOME = /tmp/nat-test 2GNUNET_TEST_HOME = /tmp/nat-test
3# SERVICEHOME = /var/lib/gnunet/ 3# GNUNET_TEST_HOME = /var/lib/gnunet/
4# configuration file is assumed to be the default, 4# configuration file is assumed to be the default,
5# which is what we want by default... 5# which is what we want by default...
6 6
7[gnunetd] 7[gnunetd]
8HOSTKEY = $SERVICEHOME/.hostkey 8HOSTKEY = $GNUNET_TEST_HOME/.hostkey
9 9
10[TESTING] 10[TESTING]
11WEAKRANDOM = NO 11WEAKRANDOM = NO
@@ -54,7 +54,7 @@ DEFAULTSERVICES = topology hostlist
54UNIXPATH = /tmp/gnunet-service-arm.sock 54UNIXPATH = /tmp/gnunet-service-arm.sock
55UNIX_MATCH_UID = YES 55UNIX_MATCH_UID = YES
56UNIX_MATCH_GID = YES 56UNIX_MATCH_GID = YES
57# GLOBAL_POSTFIX = -l $SERVICEHOME/{}-logs 57# GLOBAL_POSTFIX = -l $GNUNET_TEST_HOME/{}-logs
58# GLOBAL_PREFIX = 58# GLOBAL_PREFIX =
59# USERNAME = 59# USERNAME =
60# MAXBUF = 60# MAXBUF =
diff --git a/src/nat/test_nat_test_data.conf b/src/nat/test_nat_test_data.conf
index b30240c57..161af6c48 100644
--- a/src/nat/test_nat_test_data.conf
+++ b/src/nat/test_nat_test_data.conf
@@ -1,6 +1,6 @@
1[PATHS] 1[PATHS]
2SERVICEHOME = /tmp/nat-test 2GNUNET_TEST_HOME = /tmp/nat-test
3# SERVICEHOME = /var/lib/gnunet/ 3# GNUNET_TEST_HOME = /var/lib/gnunet/
4# configuration file is assumed to be the default, 4# configuration file is assumed to be the default,
5# which is what we want by default... 5# which is what we want by default...
6 6