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:
d27c9b0
)
define GNUNET_TMP
author
Christian Grothoff
<christian@grothoff.org>
Sat, 5 May 2018 13:02:29 +0000
(15:02 +0200)
committer
Christian Grothoff
<christian@grothoff.org>
Sat, 5 May 2018 13:02:29 +0000
(15:02 +0200)
src/util/util.conf
patch
|
blob
|
history
diff --git
a/src/util/util.conf
b/src/util/util.conf
index ceb5fdcbba3ceefee3acf249c18f7d2978ec863b..f2e5bee28296437ee19371c2f9bc9a207cdbf6de 100644
(file)
--- a/
src/util/util.conf
+++ b/
src/util/util.conf
@@
-36,6
+36,9
@@
GNUNET_RUNTIME_DIR = ${TMPDIR:-${TMP:-/tmp}}/gnunet-system-runtime/
# Runtime data for per-user services
GNUNET_USER_RUNTIME_DIR = ${TMPDIR:-${TMP:-/tmp}}/gnunet-${USERHOME:-${USER:-user}}-runtime/
+# Directory to use for temporary files.
+GNUNET_TMP = ${TMPDIR:-${TMP:-/tmp}}/gnunet/
+
# Override for GNUNET_HOME used by test cases.
# GNUNET_TEST_HOME = /tmp/foo/bar