summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO3
-rw-r--r--extras/start_udev5
2 files changed, 0 insertions, 8 deletions
diff --git a/TODO b/TODO
index a87f398a03..1a29adba0e 100644
--- a/TODO
+++ b/TODO
@@ -7,9 +7,6 @@ greg@kroah.com
- more documentation (can never have too much.)
-- have udevd move up to the "default" priority level if it is started by
- keventd (otherwise it runs at a _very_ low priority level.) Don't
- know if this is necessary, but it would be nice to do.
- install the proper init.d script based on the distro we are running on.
- persuade the distro packagers to submit their changes (or just steal them
if we can find them...)
diff --git a/extras/start_udev b/extras/start_udev
index 3c39fc9260..5a7bc63515 100644
--- a/extras/start_udev
+++ b/extras/start_udev
@@ -84,11 +84,6 @@ fi
echo "mounting... ramfs at $udev_root"
mount -n -t ramfs none $udev_root
-# We want to start udevd ourselves if it isn't already running. This
-# lets udevd run at a sane nice level...
-echo "starting udevd"
-$udevd &
-
# propogate /udev from /sys
export ACTION=add
export UDEV_NO_SLEEP=1