a timezone instead, and set TZ=GMT0 as a default.
-# Set timezone.
-
-TZ='GMT0' export TZ
+RC_TZ=/etc/rc.timezone
+export TZ=GMT0
+if [ -f "$RC_TZ" ]
+then . "$RC_TZ"
+fi
umask 022
TERM="${TERM-minix}"
PATH=/usr/local/bin:/bin:/usr/bin:/usr/sbin
+RC_TZ=/etc/rc.timezone
export TERM PATH
usage()
echo .
# Set timezone.
- . /etc/profile
+ export TZ=GMT0
+ if [ -f "$RC_TZ" ]
+ then . "$RC_TZ"
+ fi
# Try to read the hardware real-time clock, otherwise do it manually.
readclock || intr date -q