| Summary: | sys-fs/lvm2: USE=-udev still has `need udev` in OpenRC init script | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Piotr Karbowski (RETIRED) <slashbeast> |
| Component: | Current packages | Assignee: | Robin Johnson <robbat2> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | cardoe |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Piotr Karbowski (RETIRED)
2019-04-21 18:58:13 UTC
`use udev`/`after udev` wouldn't be strong enough I think. If built with USE=udev, then trying to start lvm2 SHOULD start udev (and block until it's up). That said, I don't see a generally valid case where users would be flipping between USE=udev/-udev, so making the init script be conditional (either sed/patch at instal or via conf.d) would probably be ok. Fixed in following commit commit 26a0538c6aa1a45c47d3a8b38e55a11516184359 Author: Robin H. Johnson <robbat2@gentoo.org> Date: 2019-05-07 12:16:10 -0700 sys-fs/lvm2: better USE=-udev init support Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> |