Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-dev] [PATCH] acct-user.eclass: Document primary/supplementary groups
Date: Tue, 27 Aug 2019 19:38:07
Message-Id: 20190827193757.12603-1-mgorny@gentoo.org
1 Closes: https://bugs.gentoo.org/692964
2 Signed-off-by: Michał Górny <mgorny@g.o>
3 ---
4 eclass/acct-user.eclass | 3 ++-
5 1 file changed, 2 insertions(+), 1 deletion(-)
6
7 diff --git a/eclass/acct-user.eclass b/eclass/acct-user.eclass
8 index 0ce7545cd1c5..c2e643332ccc 100644
9 --- a/eclass/acct-user.eclass
10 +++ b/eclass/acct-user.eclass
11 @@ -108,7 +108,8 @@ readonly ACCT_USER_NAME
12 # @REQUIRED
13 # @DESCRIPTION:
14 # List of groups the user should belong to. This must be a bash
15 -# array.
16 +# array. The first group specified is the user's primary group, while
17 +# the remaining groups (if any) become supplementary groups.
18
19
20 # << Boilerplate ebuild variables >>
21 --
22 2.23.0