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 (-3 / +2 lines)
Lines 48-54 EAPI=7 Link Here
48
inherit acct-group
48
inherit acct-group
49
49
50
DESCRIPTION="Meaningful description of the group"
50
DESCRIPTION="Meaningful description of the group"
51
ACCT_GROUP_ID=123
51
ACCT_GROUP_ID=123456
52
</pre>
52
</pre>
53
53
54
<p>
54
<p>
Lines 77-83 EAPI=7 Link Here
77
inherit acct-user
77
inherit acct-user
78
78
79
DESCRIPTION="Meaningful description of the user"
79
DESCRIPTION="Meaningful description of the user"
80
ACCT_USER_ID=123
80
ACCT_USER_ID=123456
81
ACCT_USER_SHELL=/usr/bin/foo
81
ACCT_USER_SHELL=/usr/bin/foo
82
ACCT_USER_HOME=/var/lib/foo
82
ACCT_USER_HOME=/var/lib/foo
83
ACCT_USER_HOME_OWNER=foo:bar
83
ACCT_USER_HOME_OWNER=foo:bar
84
- 

Return to bug 702508