projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a788fa
)
-XDG environment variables cause more trouble than they are worth
author
Christian Grothoff
<christian@grothoff.org>
Tue, 1 Apr 2014 11:38:15 +0000
(11:38 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Tue, 1 Apr 2014 11:38:15 +0000
(11:38 +0000)
src/util/util.conf
patch
|
blob
|
history
diff --git
a/src/util/util.conf
b/src/util/util.conf
index ef074fba002a9ef4c54edf38fa6cad24734e8371..6b9c52d004d88351e4a5b921f469edec9e84a8ef 100644
(file)
--- 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...