summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-08-27 21:37:30 +0200
committerMichał Górny <mgorny@gentoo.org>2019-09-08 11:21:41 +0200
commit1eb7d88522c7f4e00ea958a6db949a8919f840b9 (patch)
treef8dde5c1f67433139548cf6961b81967897c6405
parentdev-ruby/ruby-gnome2: add 3.3.7 (diff)
downloadgentoo-1eb7d885.tar.gz
gentoo-1eb7d885.tar.bz2
gentoo-1eb7d885.zip
acct-user.eclass: Document primary/supplementary groups
Closes: https://bugs.gentoo.org/692964 Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--eclass/acct-user.eclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/acct-user.eclass b/eclass/acct-user.eclass
index 0ce7545cd1c5..c2e643332ccc 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 >>