From: Christian Grothoff Date: Tue, 1 Apr 2014 11:38:15 +0000 (+0000) Subject: -XDG environment variables cause more trouble than they are worth X-Git-Tag: initial-import-from-subversion-38251~4341 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=af872b35c00177fc05d408532401d7396ec593ff;p=oweals%2Fgnunet.git -XDG environment variables cause more trouble than they are worth --- 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...