From 901be3447667b9dc15f6f9db9288ab80666faf85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Sun, 13 Dec 2020 18:55:22 +0100 Subject: [PATCH] Update changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jörn Friedrich Dreyer --- changelog/unreleased/make-all-paths-configurable.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/changelog/unreleased/make-all-paths-configurable.md b/changelog/unreleased/make-all-paths-configurable.md index ef450114d..f53008c20 100644 --- a/changelog/unreleased/make-all-paths-configurable.md +++ b/changelog/unreleased/make-all-paths-configurable.md @@ -1,5 +1,5 @@ -Change: Make all paths configurable and default to `/var/tmp/ocis//...` +Change: Make all paths configurable and default to a common temp dir -Aligned all services to use a subdir of `/var/tmp/ocis/` by default. Also made some missing temp paths configurable via env vars and config flags. +Aligned all services to use a dir following`/var/tmp/ocis//...` by default. Also made some missing temp paths configurable via env vars and config flags. -https://github.com/owncloud/ocis/pulls/1080 +https://github.com/owncloud/ocis/pull/1080