aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2020-04-23 08:05:19 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2020-04-23 08:05:19 +0000
commit6f9493fae2b7eedda773abf38de37a81815a6d21 (patch)
treed70400329e1d427010f91d458416b13f08e9aeef /UPDATING
parent49310b588b353d92804695beebab0a7eab070dd0 (diff)
downloadports-6f9493fae2b7eedda773abf38de37a81815a6d21.tar.gz
ports-6f9493fae2b7eedda773abf38de37a81815a6d21.zip
Fix typo and explain how to change the group for the user tests using pw(8)
Notes
Notes: svn path=/head/; revision=532651
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