diff options
author | Roy Marples <roy@marples.name> | 2007-11-21 15:44:01 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-11-21 15:44:01 +0000 |
commit | 872a31b2158ee65ad07e6ba04e366624af2d0fa5 (patch) | |
tree | 1045c0e9d9e6a4b9c52dc28d6f5e40dd632474df /init.d.BSD/clock | |
parent | 2238faff286733f67160c95ecbf15ba2b5b8a727 (diff) |
Don't warn about timezone, it's not for us to do so
Diffstat (limited to 'init.d.BSD/clock')
-rwxr-xr-x | init.d.BSD/clock | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/init.d.BSD/clock b/init.d.BSD/clock index 26f893ae..99e92733 100755 --- a/init.d.BSD/clock +++ b/init.d.BSD/clock @@ -38,10 +38,6 @@ depend() { } start() { - if [ "${TIMEZONE-Factory}" = "Factory" ] ; then - ewarn "Your TIMEZONE in /etc/conf.d/clock is still set to Factory!" - fi - local TBLURB="Local Time" [ "${CLOCK}" = "UTC" ] && TBLURB="UTC" ebegin "Starting the System Clock Adjuster [${TBLURB}]" |