aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING11
1 files changed, 11 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 5f5bdde8796c..3b7004652d12 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,17 @@ 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.
+20140723:
+ AFFECTS: users of security/scanlogd
+ AUTHOR: tgyurci@gmail.com
+
+ The security/scanlogd port now creates scanlogd user and group. Previous
+ scanlogd user and group must be removed before updating to not conflict
+ with the one created by the port:
+
+ pw userdel scanlogd
+ pw groupdel scanlogd
+
20140727:
AFFECTS: users of TeX
AUTHOR: bapt@FreeBSD.org