Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 142752 - dev-db/c-jdbc - bad enewuser/enewgroup usage
Summary: dev-db/c-jdbc - bad enewuser/enewgroup usage
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-04 01:14 UTC by Jakub Moc (RETIRED)
Modified: 2006-08-05 21:22 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 Jakub Moc (RETIRED) gentoo-dev 2006-08-04 01:14:44 UTC
<snip>
        if ! enewgroup cjdbc || ! enewuser cjdbc -1 /bin/sh /dev/null cjdbc; then
                die "Unable to add cjdbc user and cjdbc group."
        fi
</snip>

enew{user,group} dies on its own, no need for this.
Comment 1 Josh Nichols (RETIRED) gentoo-dev 2006-08-05 21:22:31 UTC
Fixed in CVS.