X-Git-Url: https://pd.if.org/git/?p=startuptools;a=blobdiff_plain;f=scripts%2Frc.shutdown;fp=scripts%2Frc.shutdown;h=a07cc9a2f9dc27b8b7131a5063f599dfe0162e63;hp=533fce9114ac4848ed35d3a007e908fbc44b5916;hb=ac717c230bd1cbe5096403d8866f72f2d6d08838;hpb=223c3a647b3a6e41f788c2323c067a581c3bc1dd diff --git a/scripts/rc.shutdown b/scripts/rc.shutdown index 533fce9..a07cc9a 100644 --- a/scripts/rc.shutdown +++ b/scripts/rc.shutdown @@ -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