diff options
author | Thomas Bächler <thomas@archlinux.org> | 2008-09-14 19:46:14 +0200 |
---|---|---|
committer | Thomas Bächler <thomas@archlinux.org> | 2008-09-14 19:46:14 +0200 |
commit | ce600eea3b9383f167cb91d784aff04821fa0528 (patch) | |
tree | f5caac1a72e59c2f22ce9292a8cff3c70c0da5a9 | |
parent | d399979d08be1ae2cc8e4ab60a68c57b120d08a0 (diff) |
Remove references to start_udev from rc.sysinit
-rwxr-xr-x | rc.sysinit | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -73,8 +73,6 @@ echo > /proc/sys/kernel/hotplug if [ -x /sbin/udevadm -a -d /sys/block ]; then # We have udev and /sys appears to be mounted, use UDev - #status "Starting UDev Daemon" /etc/start_udev init - stat_busy "Starting UDev Daemon" /sbin/udevd --daemon stat_done @@ -116,7 +114,6 @@ fi # run udev uevents if /bin/pidof -o %PPID /sbin/udevd >/dev/null; then - #status "Loading UDev uevents" /etc/start_udev uevents stat_busy "Loading UDev uevents" udevstart="$(/bin/date +%s%0N)" /sbin/udevadm trigger |