aboutsummaryrefslogtreecommitdiff
path: root/rc.sysinit
diff options
context:
space:
mode:
authorKurt J. Bosch <kjb-temp-2009@alpenjodel.de>2011-06-27 14:55:24 +0200
committerKurt J. Bosch <kjb-temp-2009@alpenjodel.de>2011-06-28 13:51:23 +0200
commitd5cd39a27758d7768732fe252da40899021decf7 (patch)
treea38076adc82a9d47a8795799dcc3d013050f74f0 /rc.sysinit
parentec9532312b746c987a9b8a4570288f1233ee63f2 (diff)
downloadinitscripts-d5cd39a27758d7768732fe252da40899021decf7.tar.xz
Fix whitespace
Diffstat (limited to 'rc.sysinit')
-rwxr-xr-xrc.sysinit8
1 files changed, 4 insertions, 4 deletions
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