summaryrefslogtreecommitdiff
path: root/init.d.BSD
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-11-21 15:44:01 +0000
committerRoy Marples <roy@marples.name>2007-11-21 15:44:01 +0000
commit872a31b2158ee65ad07e6ba04e366624af2d0fa5 (patch)
tree1045c0e9d9e6a4b9c52dc28d6f5e40dd632474df /init.d.BSD
parent2238faff286733f67160c95ecbf15ba2b5b8a727 (diff)
downloadopenrc-872a31b2158ee65ad07e6ba04e366624af2d0fa5.tar.gz
openrc-872a31b2158ee65ad07e6ba04e366624af2d0fa5.tar.bz2
openrc-872a31b2158ee65ad07e6ba04e366624af2d0fa5.tar.xz
Don't warn about timezone, it's not for us to do so
Diffstat (limited to 'init.d.BSD')
-rwxr-xr-xinit.d.BSD/clock4
1 files changed, 0 insertions, 4 deletions
diff --git a/init.d.BSD/clock b/init.d.BSD/clock
index 26f893a..99e9273 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}]"