aboutsummaryrefslogtreecommitdiff
path: root/src/topology
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/topology
parentd4baeee37d09e53b5f176398a1b4aaa0aa747883 (diff)
more work towards XDG spec (#3000) -- config file location
Diffstat (limited to 'src/topology')
-rw-r--r--src/topology/test_gnunet_daemon_topology_data.conf2
-rw-r--r--src/topology/topology.conf4
2 files changed, 2 insertions, 4 deletions
diff --git a/src/topology/test_gnunet_daemon_topology_data.conf b/src/topology/test_gnunet_daemon_topology_data.conf
index 2adddeb7b3..79f12e5e10 100644
--- a/src/topology/test_gnunet_daemon_topology_data.conf
+++ b/src/topology/test_gnunet_daemon_topology_data.conf
@@ -1,5 +1,5 @@
[PATHS]
-SERVICEHOME = /tmp/test-gnunet-topology/
+GNUNET_TEST_HOME = /tmp/test-gnunet-topology/
[resolver]
PORT = 2664
diff --git a/src/topology/topology.conf b/src/topology/topology.conf
index 2784453525..5e72d57ce7 100644
--- a/src/topology/topology.conf
+++ b/src/topology/topology.conf
@@ -2,7 +2,5 @@
MINIMUM-FRIENDS = 0
FRIENDS-ONLY = NO
TARGET-CONNECTION-COUNT = 16
-FRIENDS = $SERVICEHOME/friends
+FRIENDS = $GNUNET_CONFIG_HOME/topology/friends.txt
BINARY = gnunet-daemon-topology
-
-