Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 453408 - sys-fs/udev-init-scripts: don't ask to remove udev-postmount once it has been removed already
Summary: sys-fs/udev-init-scripts: don't ask to remove udev-postmount once it has been...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal trivial (vote)
Assignee: udev maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-21 20:55 UTC by Pacho Ramos
Modified: 2013-01-21 21:31 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 Pacho Ramos gentoo-dev 2013-01-21 20:55:36 UTC
I keep getting:
The udev-postmount service has been removed because the reasons for
its existance have been removed upstream.
Please remove it from your runlevels.

Even if I already dropped it time ago, maybe it should check if it's still present before showing the message:
if ! [ "$(rc-config list default | grep udev-postmount)" = "" ]; then
...

The problem is that I couldn't find a short way for checking it in default and boot :/

Reproducible: Always
Comment 2 Pacho Ramos gentoo-dev 2013-01-21 21:31:25 UTC
Thanks for pointing me to the changes :D