aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2014-07-23 15:25:49 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2014-07-23 15:25:49 +0000
commit6d49a24ba3708d1c07bbd1245e4f61cb50db442a (patch)
treee12644f0e26c092c53541dfe6e0a358cda5c3cb0 /UPDATING
parent03501611c87490fb6136ef4c1f8cfa658ef2650f (diff)
downloadports-6d49a24ba3708d1c07bbd1245e4f61cb50db442a.tar.gz
ports-6d49a24ba3708d1c07bbd1245e4f61cb50db442a.zip
- Use USER and GROUP in Makefile instead of having
pkg-message suggesting a user to create user and group manually - Add uid/gid to the UID and GID files respectively - Add an UPDATING entry to suggest users of scanlogd to drop existing users to avoid conflicts - Bump PORTREVISION PR: 191948 Submitted by: TEUBEL György
Notes
Notes: svn path=/head/; revision=362703
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