diff options
Diffstat (limited to 'eclass/acct-group.eclass')
-rw-r--r-- | eclass/acct-group.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/acct-group.eclass b/eclass/acct-group.eclass index b309d3643212..56b76ba1885b 100644 --- a/eclass/acct-group.eclass +++ b/eclass/acct-group.eclass @@ -48,7 +48,7 @@ inherit user # << Eclass variables >> -# @ECLASS-VARIABLE: ACCT_GROUP_NAME +# @ECLASS_VARIABLE: ACCT_GROUP_NAME # @INTERNAL # @DESCRIPTION: # The name of the group. This is forced to ${PN} and the policy @@ -56,7 +56,7 @@ inherit user ACCT_GROUP_NAME=${PN} readonly ACCT_GROUP_NAME -# @ECLASS-VARIABLE: ACCT_GROUP_ID +# @ECLASS_VARIABLE: ACCT_GROUP_ID # @REQUIRED # @DESCRIPTION: # Preferred GID for the new group. This variable is obligatory, and its @@ -66,7 +66,7 @@ readonly ACCT_GROUP_NAME # Overlays should set this to -1 to dynamically allocate GID. Using -1 # in ::gentoo is prohibited by policy. -# @ECLASS-VARIABLE: ACCT_GROUP_ENFORCE_ID +# @ECLASS_VARIABLE: ACCT_GROUP_ENFORCE_ID # @DESCRIPTION: # If set to a non-null value, the eclass will require the group to have # specified GID. If the group already exists with another GID, or |