From af872b35c00177fc05d408532401d7396ec593ff Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 1 Apr 2014 11:38:15 +0000 Subject: -XDG environment variables cause more trouble than they are worth --- src/util/util.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/util/util.conf b/src/util/util.conf index ef074fba0..6b9c52d00 100644 --- a/src/util/util.conf +++ b/src/util/util.conf @@ -34,7 +34,7 @@ GNUNET_CACHE_HOME = ${XDG_CACHE_HOME:-$GNUNET_HOME/.cache}/gnunet/ GNUNET_RUNTIME_DIR = ${TMPDIR:-${TMP:-/tmp}}/gnunet-system-runtime/ # Runtime data for per-user services -GNUNET_USER_RUNTIME_DIR = ${XDG_RUNTIME_DIR:-${TMPDIR:-${TMP:-/tmp}}}/gnunet-${USERHOME:-${USER:-user}}-runtime/ +GNUNET_USER_RUNTIME_DIR = ${TMPDIR:-${TMP:-/tmp}}/gnunet-${USERHOME:-${USER:-user}}-runtime/ # Legacy option... -- cgit v1.2.3