summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1997-10-21 15:24:32 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1997-10-21 15:24:32 +0000
commit63e707f3ba321736a648df82b7f4125a6bf6e209 (patch)
treef4177e1f1b9d2316b1cea0f8f22c98c987776b5b /sys/arch
parent9f70d6e6f7ddac793cc6ad1502c41d335927b4a1 (diff)
restore timezone/dst
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/i386/conf/LUCIFIER6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/i386/conf/LUCIFIER b/sys/arch/i386/conf/LUCIFIER
index 118b46c1a71..1fd1eda7511 100644
--- a/sys/arch/i386/conf/LUCIFIER
+++ b/sys/arch/i386/conf/LUCIFIER
@@ -1,4 +1,4 @@
-# $OpenBSD: LUCIFIER,v 1.8 1997/10/20 01:40:12 todd Exp $
+# $OpenBSD: LUCIFIER,v 1.9 1997/10/21 15:24:31 mickey Exp $
#
machine i386 # architecture, used by config; REQUIRED
@@ -22,8 +22,8 @@ option COMPAT_BSDOS # binary compatibility with BSD/OS
#option INSECURE # default to secure
-option TIMEZONE=0 # time zone to adjust RTC time by
-option DST=0 # daylight savings time used by RTC
+option TIMEZONE=300 # time zone to adjust RTC time by
+option DST=1 # daylight savings time used by RTC
option SWAPPAGER # paging; REQUIRED
option DEVPAGER # mmap() of devices