diff options
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}]" |