aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2016-01-19 21:54:54 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2016-01-19 21:54:54 +0800
commit61d06845ba39f7b6409b4672bcb037cd35db3712 (patch)
treedd263569baeff6f477c56580b9b2a3a63bc79f05 /UPDATING
parent022bae10ad16435eefb49233b679e65bc1b25318 (diff)
downloadfreebsd-ports-gnome-61d06845ba39f7b6409b4672bcb037cd35db3712.tar.gz
freebsd-ports-gnome-61d06845ba39f7b6409b4672bcb037cd35db3712.tar.zst
freebsd-ports-gnome-61d06845ba39f7b6409b4672bcb037cd35db3712.zip
- Make the tor ports create /var/run/tor and /var/log/tor directories, so it can work without any manual actions
- Remove note of these manual actions from pkg-message - Change mentions of /var/lib/tor to /var/db/tor in example configs and documentation - Mention in UPDATING that if /var/log/tor _file_ was created before it should be now moved away PR: 206235 Submitted by: amdmi3 Approved by: bf (maintainer)
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING8
1 files changed, 8 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 35abf1940b25..69d6b47ef482 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,14 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20160119:
+ AFFECTS: users of security/tor, security/tor-devel
+ AUTHOR: amdmi3@FreeBSD.org
+
+ The tor ports now create /var/log/tor subdirectory for tor logs. If
+ you've used /var/log/tor as a log _file_, you'll need to update your
+ torrc and move the file before updating the port.
+
20160118:
AFFECTS: users of mail/rspamd and mail/rmilter
AUTHOR: vsevolod@FreeBSD.org