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/identity/identity.conf.in | 2 +- src/identity/test_identity.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/identity') diff --git a/src/identity/identity.conf.in b/src/identity/identity.conf.in index 1b68775b9..1b0d087e6 100644 --- a/src/identity/identity.conf.in +++ b/src/identity/identity.conf.in @@ -5,7 +5,7 @@ HOSTNAME = localhost BINARY = gnunet-service-identity ACCEPT_FROM = 127.0.0.1; ACCEPT_FROM6 = ::1; -UNIXPATH = /tmp/gnunet-service-identity.unix +UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-identity.unix UNIX_MATCH_UID = NO UNIX_MATCH_GID = YES diff --git a/src/identity/test_identity.conf b/src/identity/test_identity.conf index 3349f6aa3..54ea63fd8 100644 --- a/src/identity/test_identity.conf +++ b/src/identity/test_identity.conf @@ -1,7 +1,7 @@ [arm] PORT = 12000 DEFAULTSERVICES = identity -UNIXPATH = /tmp/gnunet-p1-service-arm.sock +UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p1-service-arm.sock [identity] # need to overwrite paths to ensure they stay the same between runs... -- cgit v1.2.3