commit: 1eb7d88522c7f4e00ea958a6db949a8919f840b9 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Aug 27 19:37:30 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Sep 8 09:21:41 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1eb7d885
acct-user.eclass: Document primary/supplementary groups Closes: https://bugs.gentoo.org/692964 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> eclass/acct-user.eclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eclass/acct-user.eclass b/eclass/acct-user.eclass index 0ce7545cd1c..c2e643332cc 100644 --- a/eclass/acct-user.eclass +++ b/eclass/acct-user.eclass @@ -108,7 +108,8 @@ readonly ACCT_USER_NAME # @REQUIRED # @DESCRIPTION: # List of groups the user should belong to. This must be a bash -# array. +# array. The first group specified is the user's primary group, while +# the remaining groups (if any) become supplementary groups. # << Boilerplate ebuild variables >>