Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 453408

Summary: sys-fs/udev-init-scripts: don't ask to remove udev-postmount once it has been removed already
Product: Gentoo Linux Reporter: Pacho Ramos <pacho>
Component: Current packagesAssignee: udev maintainers <udev-bugs>
Status: RESOLVED FIXED    
Severity: trivial    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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