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 --- src/transport/test_quota_compliance_unix_peer2.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/transport/test_quota_compliance_unix_peer2.conf') diff --git a/src/transport/test_quota_compliance_unix_peer2.conf b/src/transport/test_quota_compliance_unix_peer2.conf index c9dc6126b..9e10a92f0 100644 --- a/src/transport/test_quota_compliance_unix_peer2.conf +++ b/src/transport/test_quota_compliance_unix_peer2.conf @@ -7,24 +7,24 @@ PORT = 12136 [arm] PORT = 3087 -UNIXPATH = /tmp/test_quota_compliance_unix_arm_peer2.sock +UNIXPATH = $GNUNET_RUNTIME_DIR/test_quota_compliance_unix_arm_peer2.sock [statistics] PORT = 3088 -UNIXPATH = /tmp/test_quota_compliance_unix_statistics_peer2.sock +UNIXPATH = $GNUNET_RUNTIME_DIR/test_quota_compliance_unix_statistics_peer2.sock [resolver] PORT = 3089 -UNIXPATH = /tmp/test_quota_compliance_unix_resolver_peer2.sock +UNIXPATH = $GNUNET_RUNTIME_DIR/test_quota_compliance_unix_resolver_peer2.sock [peerinfo] PORT = 3090 -UNIXPATH = /tmp/test_quota_compliance_unix_peerinfo_peer2.sock +UNIXPATH = $GNUNET_RUNTIME_DIR/test_quota_compliance_unix_peerinfo_peer2.sock [transport] PORT = 3091 PLUGINS = unix -UNIXPATH = /tmp/test_quota_compliance_unix_transport_peer2.sock +UNIXPATH = $GNUNET_RUNTIME_DIR/test_quota_compliance_unix_transport_peer2.sock [transport-unix] PORT = 3368 -- cgit v1.2.3