]> pd.if.org Git - startuptools/commitdiff
fix error in rc.shutdown
authorNathan Wagner <nw@hydaspes.if.org>
Tue, 1 Apr 2014 23:23:53 +0000 (23:23 +0000)
committerNathan Wagner <nw@hydaspes.if.org>
Tue, 1 Apr 2014 23:23:53 +0000 (23:23 +0000)
scripts/rc.shutdown

index 533fce9114ac4848ed35d3a007e908fbc44b5916..a07cc9a2f9dc27b8b7131a5063f599dfe0162e63 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