aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorDan Langille <dvl@FreeBSD.org>2019-08-01 22:16:42 +0000
committerDan Langille <dvl@FreeBSD.org>2019-08-01 22:16:42 +0000
commit25bb2e697ba1eef7acc754cffe8bf8c3e07b9c60 (patch)
treeab9da882e7f7f4df74824bf9b6f265697495c3bb /UPDATING
parentee4c1795cb71ed6850068610b86d972871070f96 (diff)
downloadports-25bb2e697ba1eef7acc754cffe8bf8c3e07b9c60.tar.gz
ports-25bb2e697ba1eef7acc754cffe8bf8c3e07b9c60.zip
HEADS UP: the data directory is moving from /var/spool to /var/db
to confirm to man hier. An entry has been added to UPDATING. Other changes: * configuration file is now chmod 640 * data diretory is now chmod 750 * create the missing /var/run/ot-recorder for the PID
Notes
Notes: svn path=/head/; revision=507834
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING14
1 files changed, 14 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 585a9dcf2787..9f052f5db13d 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,20 @@ You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20190801:
+ AFFECTS: users of www/ot-recorder
+ AUTHOR: dvl@FreeBSD.org
+
+ The data directory has moved from /var/spool/owntracks to
+ /var/db/owntracks
+
+ Be sure to stop otrecorder, move the directory, and start otrecorder.
+
+ service ot-recorder stop
+ cd /var/spool
+ mv owntracks /var/db
+ service ot-recorder start
+
20190728:
AFFECTS: users of net-im/py-matrix-synapse
AUTHOR: kai@FreeBSD.org