Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 702508 | Differences between
and this patch

Collapse All | Expand All

(-)a/ebuild-writing/users-and-groups/text.xml (-2 / +1 lines)
Lines 78-84 inherit acct-user Link Here
78
78
79
DESCRIPTION="Meaningful description of the user"
79
DESCRIPTION="Meaningful description of the user"
80
ACCT_USER_ID=123456
80
ACCT_USER_ID=123456
81
ACCT_USER_GROUPS=( foo bar baz )
81
ACCT_USER_GROUPS=( "${PN}" )
82
82
83
acct-user_add_deps
83
acct-user_add_deps
84
</pre>
84
</pre>
85
- 

Return to bug 702508