[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [gnunet] branch master updated: define GNUNET_TMP
From: |
gnunet |
Subject: |
[GNUnet-SVN] [gnunet] branch master updated: define GNUNET_TMP |
Date: |
Sat, 05 May 2018 15:02:31 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository gnunet.
The following commit(s) were added to refs/heads/master by this push:
new b2f4928cc define GNUNET_TMP
b2f4928cc is described below
commit b2f4928cce63e2361c2018ca917d9b5370e503b3
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat May 5 15:02:29 2018 +0200
define GNUNET_TMP
---
src/util/util.conf | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/util/util.conf b/src/util/util.conf
index ceb5fdcbb..f2e5bee28 100644
--- 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
--
To stop receiving notification emails like this one, please contact
address@hidden
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [gnunet] branch master updated: define GNUNET_TMP,
gnunet <=