From d5cd39a27758d7768732fe252da40899021decf7 Mon Sep 17 00:00:00 2001 From: "Kurt J. Bosch" Date: Mon, 27 Jun 2011 14:55:24 +0200 Subject: Fix whitespace --- rc.sysinit | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'rc.sysinit') diff --git a/rc.sysinit b/rc.sysinit index a2c775f..864d2c7 100755 --- a/rc.sysinit +++ b/rc.sysinit @@ -65,8 +65,8 @@ 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). if TZ=$TIMEZONE hwclock $HWCLOCK_PARAMS; then stat_done @@ -270,9 +270,9 @@ set_consolefont if [[ -e /proc/sys/kernel/dmesg_restrict ]] && (( $(< /proc/sys/kernel/dmesg_restrict) == 1 )); then - install -Tm 0600 <( dmesg ) /var/log/dmesg.log + install -Tm 0600 <( dmesg ) /var/log/dmesg.log else - install -Tm 0644 <( dmesg ) /var/log/dmesg.log + install -Tm 0644 <( dmesg ) /var/log/dmesg.log fi run_hook sysinit_end -- cgit v1.2.3