Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 181750 - sys-apps/util-linux always installs crypto-loop config/init files even with no crypto USE flags
Summary: sys-apps/util-linux always installs crypto-loop config/init files even with n...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Low trivial (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-12 13:16 UTC by ta2002
Modified: 2007-06-16 23:50 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 ta2002 2007-06-12 13:16:22 UTC
Sorry if this is a stupid question, but the src_install section of (for example) sys-apps/util-linux-2.12r-r7 contains:

newinitd "${FILESDIR}"/crypto-loop.initd crypto-loop
newconfd "${FILESDIR}"/crypto-loop.confd crypto-loop

This installs those files even with "USE= -crypt -old-crypt"

Shouldn't the ebuild check for either of those USE flags (and pass on installing the crypto-loop files with neither of the set)?
Comment 1 SpanKY gentoo-dev 2007-06-16 23:50:14 UTC
fixed in cvs now, no revbump since it's trivial