aboutsummaryrefslogtreecommitdiff
path: root/src/nat
diff options
context:
space:
mode:
authorNils Gillmann <ng0@n0.is>2018-05-06 19:00:22 +0000
committerNils Gillmann <ng0@n0.is>2018-05-06 19:00:22 +0000
commit9fbda6db66bf8dc074de6c8792f369801e4e5999 (patch)
tree75185b338ec67cfce7c355970b2114d7a6ba86e5 /src/nat
parent5f627ce1a78f662d928fa6c73a90342d8bff5cf3 (diff)
downloadgnunet-9fbda6db66bf8dc074de6c8792f369801e4e5999.tar.gz
gnunet-9fbda6db66bf8dc074de6c8792f369801e4e5999.zip
Switch to $GNUNET_TMP in all configuration files.
Signed-off-by: Nils Gillmann <ng0@n0.is>
Diffstat (limited to 'src/nat')
-rw-r--r--src/nat/test_nat_data.conf2
-rw-r--r--src/nat/test_nat_test_data.conf2
-rw-r--r--src/nat/test_stun.conf2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/nat/test_nat_data.conf b/src/nat/test_nat_data.conf
index d23a49162..cb018cecd 100644
--- a/src/nat/test_nat_data.conf
+++ b/src/nat/test_nat_data.conf
@@ -1,5 +1,5 @@
1[PATHS] 1[PATHS]
2GNUNET_TEST_HOME = /tmp/nat-test 2GNUNET_TEST_HOME = $GNUNET_TMP/nat-test
3# GNUNET_TEST_HOME = /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...
diff --git a/src/nat/test_nat_test_data.conf b/src/nat/test_nat_test_data.conf
index 161af6c48..c0174bf53 100644
--- a/src/nat/test_nat_test_data.conf
+++ b/src/nat/test_nat_test_data.conf
@@ -1,5 +1,5 @@
1[PATHS] 1[PATHS]
2GNUNET_TEST_HOME = /tmp/nat-test 2GNUNET_TEST_HOME = $GNUNET_TMP/nat-test
3# GNUNET_TEST_HOME = /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...
diff --git a/src/nat/test_stun.conf b/src/nat/test_stun.conf
index c8104f0a7..b03bbfff3 100644
--- a/src/nat/test_stun.conf
+++ b/src/nat/test_stun.conf
@@ -1,5 +1,5 @@
1[PATHS] 1[PATHS]
2GNUNET_TEST_HOME = /tmp/test-stun 2GNUNET_TEST_HOME = $GNUNET_TMP/test-stun
3 3
4[resolver] 4[resolver]
5PORT = 22354 5PORT = 22354