Date: Thu, 23 Apr 2020 08:05:19 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r532651 - head Message-ID: <202004230805.03N85JEi076330@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004230805.03N85JEi076330>