aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING6
1 files changed, 5 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index 0da4bfb380e2..f46295bd8fbd 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,13 +6,17 @@ You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
20200422:
- AFFECTS: users of devel/kuya
+ AFFECTS: users of devel/kyua
AUTHOR: brooks@FreeBSD.org
A tests group has been added and the tests user should be a member
of it by default rather than nobody. You should update your password
database to match (change the group from 65534 to 977 after updating).
+ Please use the following command to do so:
+
+ pw usermod -n tests -g tests
+
20200418:
AFFECTS: users of mail/mailman
AUTHOR: mandree@FreeBSD.org