diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2018-08-03 20:29:52 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2018-08-03 20:29:52 +0000 |
commit | c082bf1667c154b33dee1bdbd819cac0f7a92e66 (patch) | |
tree | 76f188f6a4bf4a0a7c93bde5decb33447d5cf2e2 /UPDATING | |
parent | 1f67ccc2f58f738caf51589eb402b9c729fb598d (diff) | |
download | ports-c082bf1667c154b33dee1bdbd819cac0f7a92e66.tar.gz ports-c082bf1667c154b33dee1bdbd819cac0f7a92e66.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -5,6 +5,21 @@ 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. +20180803 + AFFECTS: users of net/openntpd + AUTHOR: naddy@FreeBSD.org + + The numerical ID of the "_ntp" user had to be moved after 12.0-CURRENT + (revision 336525) took over its value for a user "ntpd" that uses a + different privilege model. + + To avoid clashes between the two users, please remove the openntpd + package, delete the old UID with + + # pw userdel _ntp + + and re-install openntpd. + 20180731: AFFECTS: users of audio/sndio AUTHOR: tobik@FreeBSD.org |