Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 3647 - user cyrus group mail (in passwd)
Summary: user cyrus group mail (in passwd)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Ben Lutgens (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-11 17:52 UTC by Alexander Holler
Modified: 2002-07-16 20:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Holler 2002-06-11 17:52:18 UTC
Don't know if I'm right here, but cyrus-imapd needs a user cyrus (group mail). In my ebuild (seems to work, but not finished) I'm doing the following:  pkg_setup() {   if ! grep -q ^cyrus: /etc/passwd ; then     useradd -c cyrus -d /usr/cyrus -g mail -s /bin/false -u 96 cyrus \     || die "problem adding user cyrus"   fi }  I think this should'nt be done in that ebuild (at least for new systems), so I'm asking here. The uid 96 for cyrus is used in my old SuSE 7.1, so I've just taken them (I haven't found another suggest).
Comment 1 Ben Lutgens (RETIRED) gentoo-dev 2002-07-16 20:42:57 UTC
 fix already in tree.