svn commit: r532651 - head

Baptiste Daroussin bapt at FreeBSD.org
Thu Apr 23 08:05:20 UTC 2020


Author: bapt
Date: Thu Apr 23 08:05:19 2020
New Revision: 532651
URL: https://svnweb.freebsd.org/changeset/ports/532651

Log:
  Fix typo and explain how to change the group for the user tests using pw(8)

Modified:
  head/UPDATING

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Thu Apr 23 07:46:33 2020	(r532650)
+++ head/UPDATING	Thu Apr 23 08:05:19 2020	(r532651)
@@ -6,12 +6,16 @@ You should get into the habit of checking this file fo
 you update your ports collection, before attempting any port upgrades.
 
 20200422:
-  AFFECTS: users of devel/kuya
+  AFFECTS: users of devel/kyua
   AUTHOR: brooks at 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


More information about the svn-ports-all mailing list