diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2014-07-23 15:25:49 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2014-07-23 15:25:49 +0000 |
commit | 6d49a24ba3708d1c07bbd1245e4f61cb50db442a (patch) | |
tree | e12644f0e26c092c53541dfe6e0a358cda5c3cb0 /UPDATING | |
parent | 03501611c87490fb6136ef4c1f8cfa658ef2650f (diff) | |
download | ports-6d49a24ba3708d1c07bbd1245e4f61cb50db442a.tar.gz ports-6d49a24ba3708d1c07bbd1245e4f61cb50db442a.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |