Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sun, 08 Sep 2019 09:21:53
Message-Id: 1567934501.1eb7d88522c7f4e00ea958a6db949a8919f840b9.mgorny@gentoo
1 commit: 1eb7d88522c7f4e00ea958a6db949a8919f840b9
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 27 19:37:30 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 8 09:21:41 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1eb7d885
7
8 acct-user.eclass: Document primary/supplementary groups
9
10 Closes: https://bugs.gentoo.org/692964
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 eclass/acct-user.eclass | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/eclass/acct-user.eclass b/eclass/acct-user.eclass
17 index 0ce7545cd1c..c2e643332cc 100644
18 --- a/eclass/acct-user.eclass
19 +++ b/eclass/acct-user.eclass
20 @@ -108,7 +108,8 @@ readonly ACCT_USER_NAME
21 # @REQUIRED
22 # @DESCRIPTION:
23 # List of groups the user should belong to. This must be a bash
24 -# array.
25 +# array. The first group specified is the user's primary group, while
26 +# the remaining groups (if any) become supplementary groups.
27
28
29 # << Boilerplate ebuild variables >>