aboutsummaryrefslogtreecommitdiff
path: root/rc.single
diff options
context:
space:
mode:
Diffstat (limited to 'rc.single')
-rwxr-xr-xrc.single3
1 files changed, 1 insertions, 2 deletions
diff --git a/rc.single b/rc.single
index cc3abc8..e0cfbe8 100755
--- a/rc.single
+++ b/rc.single
@@ -34,8 +34,7 @@ if [ "$PREVLEVEL" != "N" ]; then
/bin/sleep 1
stat_done
- if [ -x /sbin/udevadm -a -d /sys/block ]; then
- # We have udev and /sys appears to be mounted, use UDev
+ if [ -x /sbin/udevadm ]; then
stat_busy "Starting UDev Daemon"
/sbin/udevd --daemon
stat_done