]> pd.if.org Git - startuptools/commitdiff
mdev in /sbin
authorNathan Wagner <nw@hydaspes.if.org>
Tue, 1 Apr 2014 20:28:09 +0000 (20:28 +0000)
committerNathan Wagner <nw@hydaspes.if.org>
Tue, 1 Apr 2014 20:28:09 +0000 (20:28 +0000)
scripts/rc.sysinit

index 3a0e37944692941943afd8528a0755c580a022de..0751a6ee1a51411f871c570abecc94b345280a8f 100644 (file)
@@ -63,8 +63,8 @@ status_check
 
 # * set up /dev
 
 
 # * 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
 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
        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.
 
        # If any LVM based partitions are on the system, ensure they
        # are activated so they can be used.