From 7b29d40b75fd60ce5e0b86694499627dc9c63022 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 9 Oct 2013 10:30:21 +0000 Subject: last XDG change: use GNUNET_RUNTIME_DIR instead of /tmp for UNIXPATHs by default --- .../test_quota_compliance_bluetooth_asymmetric_peer2.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/transport/test_quota_compliance_bluetooth_asymmetric_peer2.conf') diff --git a/src/transport/test_quota_compliance_bluetooth_asymmetric_peer2.conf b/src/transport/test_quota_compliance_bluetooth_asymmetric_peer2.conf index fe2535d9f..1816ec99e 100644 --- a/src/transport/test_quota_compliance_bluetooth_asymmetric_peer2.conf +++ b/src/transport/test_quota_compliance_bluetooth_asymmetric_peer2.conf @@ -8,22 +8,22 @@ TESTMODE = 2 [arm] PORT = 12174 -UNIXPATH = /tmp/gnunet-p2-service-arm.sock +UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-arm.sock [statistics] PORT = 12173 -UNIXPATH = /tmp/gnunet-p2-service-statistics.sock +UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-statistics.sock [resolver] PORT = 12172 -UNIXPATH = /tmp/gnunet-p2-service-resolver.sock +UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-resolver.sock [peerinfo] PORT = 12171 -UNIXPATH = /tmp/gnunet-p2-service-peerinfo.sock +UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-peerinfo.sock [transport] PORT = 12170 PLUGINS = bluetooth -UNIXPATH = /tmp/gnunet-p2-service-transport.sock +UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-transport.sock -- cgit v1.2.3