aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-04-01 11:38:15 +0000
committerChristian Grothoff <christian@grothoff.org>2014-04-01 11:38:15 +0000
commitaf872b35c00177fc05d408532401d7396ec593ff (patch)
tree31e7d02c072f357e43d06249b322a9d179d290eb /src/util
parent9a788faaf65ca4e703f2fcca3493eeb27133fe72 (diff)
downloadgnunet-af872b35c00177fc05d408532401d7396ec593ff.tar.gz
gnunet-af872b35c00177fc05d408532401d7396ec593ff.zip
-XDG environment variables cause more trouble than they are worth
Diffstat (limited to 'src/util')
-rw-r--r--src/util/util.conf2
1 files changed, 1 insertions, 1 deletions
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/
34GNUNET_RUNTIME_DIR = ${TMPDIR:-${TMP:-/tmp}}/gnunet-system-runtime/ 34GNUNET_RUNTIME_DIR = ${TMPDIR:-${TMP:-/tmp}}/gnunet-system-runtime/
35 35
36# Runtime data for per-user services 36# Runtime data for per-user services
37GNUNET_USER_RUNTIME_DIR = ${XDG_RUNTIME_DIR:-${TMPDIR:-${TMP:-/tmp}}}/gnunet-${USERHOME:-${USER:-user}}-runtime/ 37GNUNET_USER_RUNTIME_DIR = ${TMPDIR:-${TMP:-/tmp}}/gnunet-${USERHOME:-${USER:-user}}-runtime/
38 38
39 39
40# Legacy option... 40# Legacy option...