---
 rc.sysinit |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/rc.sysinit b/rc.sysinit
index 75f8095..a6a5fa5 100755
--- a/rc.sysinit
+++ b/rc.sysinit
@@ -62,10 +62,10 @@ if [[ $HWCLOCK_PARAMS ]]; then
                # 2. Filesystem checks can depend on system time
                # 3. This also sets the kernel time zone, used by e.g. vfat
                # If TIMEZONE is not set in rc.conf, the timezone stored in 
/etc/localtime
-               #       is used. If HARDWARECLOCK is not set in rc.conf, the 
value in
-               #       /var/lib/hwclock/adjfile is used (in this case /var can 
not be a separate
+               # is used. If HARDWARECLOCK is not set in rc.conf, the value in
+               # /var/lib/hwclock/adjfile is used (in this case /var can not 
be a separate
                # partition).
-       TZ=$TIMEZONE hwclock $HWCLOCK_PARAMS && stat_done || stat_fail
+       TZ=$TIMEZONE hwclock $HWCLOCK_PARAMS && stat_done || stat_fail
 fi
 
 # Start/trigger UDev, load MODULES and settle UDev
@@ -168,7 +168,7 @@ if [[ -f /etc/crypttab && $CS ]] && grep -q ^[^#] 
/etc/crypttab; then
                        return $failed
                }
        crypto_unlocked=0
-       read_crypttab do_unlock && stat_done || stat_fail
+       read_crypttab do_unlock && stat_done || stat_fail
        # Maybe someone has LVM on an encrypted block device
        (( crypto_unlocked == 1 )) && activate_vgs
 fi
-- 
1.7.1

Reply via email to