From 463d4ef00a0a2e9423d375f8224ad140eb2b19a8 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Fri, 19 Oct 2012 20:53:46 -0500 Subject: devfs: Remove references to specific device managers There were references in the devfs script to mdev, udev and udev-mount. These all provide the virtuals dev and dev-mount; that is how we should refer to them. I believe in the discussion I had with Tony and Robin about this, we were going to change the "use" line to "need". However, after thinking that over, I'm not comfortable doing so because someone could be running a static /dev with no device manager. Reported-by: X-Gentoo-Bug: 438932 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=438932 --- init.d/devfs.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.d/devfs.in b/init.d/devfs.in index 8d5bb48..9e31377 100644 --- a/init.d/devfs.in +++ b/init.d/devfs.in @@ -5,8 +5,8 @@ description="Mount system critical filesystems in /dev." depend() { - use dev-mount udev-mount - before udev mdev + use dev-mount + before dev keyword -prefix -vserver } -- cgit v1.2.3