]> pd.if.org Git - startuptools/commitdiff
fix error in rc.shutdown
authorNathan Wagner <nw@hydaspes.if.org>
Wed, 2 Apr 2014 00:01:24 +0000 (00:01 +0000)
committerNathan Wagner <nw@hydaspes.if.org>
Wed, 2 Apr 2014 00:01:24 +0000 (00:01 +0000)
scripts/rc.shutdown

index a07cc9a2f9dc27b8b7131a5063f599dfe0162e63..ee5c439ac476eb234f446cf3a3263dbd89105639 100644 (file)
@@ -61,7 +61,7 @@ if is_true "$USELVM" && [ -x /sbin/vgchange ]; then
        status_check
 fi
 
-if [ -x /sbin/udevadm && is_true "$USE_UDEV" ; then
+if [ -x /sbin/udevadm && is_true "$USE_UDEV" ; then
        status_begin "Shutting down udev"
        /sbin/udevadm control --exit
        status_check