]> pd.if.org Git - startuptools/blobdiff - scripts/rc.sysinit
mdev in /sbin
[startuptools] / scripts / rc.sysinit
index 3a0e37944692941943afd8528a0755c580a022de..0751a6ee1a51411f871c570abecc94b345280a8f 100644 (file)
@@ -63,8 +63,8 @@ status_check
 
 # * set up /dev
 
-if [ -x /bin/mdev ] && [ ! is_true "$USE_UDEVD" ]; then
-       echo /bin/mdev > /proc/sys/kernel/hotplug
+if [ -x /sbin/mdev ] && [ ! is_true "$USE_UDEVD" ]; then
+       echo /sbin/mdev > /proc/sys/kernel/hotplug
 elif [ -x /sbin/udevd ]; then
        ##
        ## begin voodoo scripting from lfs-initscripts
@@ -97,7 +97,7 @@ elif [ -x /sbin/udevd ]; then
        status_begin 'waiting for udevadm to settle'
        udevadm settle
        status_check
-       #      fi
+       # fi
 
        # If any LVM based partitions are on the system, ensure they
        # are activated so they can be used.