diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-01-17 04:49:07 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-01-17 04:49:12 -0500 |
commit | faa2df11597cf496205d3d629e3b3147b569afc8 (patch) | |
tree | 6e1db42c42365087686f48dbe9c39515de03f4ab /init.d/adjkerntz.in | |
parent | 711713d6642eff155bfede8a2dd213824016b76c (diff) |
more whitespace cleanup
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'init.d/adjkerntz.in')
-rw-r--r-- | init.d/adjkerntz.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/init.d/adjkerntz.in b/init.d/adjkerntz.in index ee09ac8d..807d4117 100644 --- a/init.d/adjkerntz.in +++ b/init.d/adjkerntz.in @@ -4,7 +4,7 @@ extra_commands="save" -description="Sets the local clock to UTC or Local Time." +description="Sets the local clock to UTC or Local Time." description_save="Saves the current time in the BIOS." : ${clock:=${CLOCK:-UTC}} @@ -26,7 +26,7 @@ depend() } start() -{ +{ ebegin "Starting the System Clock Adjuster [${utc}]" if [ "$clock" != "UTC" ]; then echo >/etc/wall_cmos_clock |