From 63db65b59db6a95547d9fb03977f7ea95c049b2b Mon Sep 17 00:00:00 2001 From: deraadt Date: Sat, 20 Aug 1994 09:08:27 +0000 Subject: [PATCH] no need for timezone spec --- sys/arch/sparc/conf/GENERIC.sparc | 6 +++--- sys/arch/sparc/conf/SPARC | 4 ++-- sys/arch/sparc/conf/SPARC_SCSI3 | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/sys/arch/sparc/conf/GENERIC.sparc b/sys/arch/sparc/conf/GENERIC.sparc index 8e5ad7d9747f..a51f63ccf663 100644 --- a/sys/arch/sparc/conf/GENERIC.sparc +++ b/sys/arch/sparc/conf/GENERIC.sparc @@ -1,5 +1,5 @@ # from: @(#)GENERIC.sparc 8.1 (Berkeley) 6/11/93 -# $Id: GENERIC.sparc,v 1.4 1994/08/17 06:22:10 deraadt Exp $ +# $Id: GENERIC.sparc,v 1.5 1994/08/20 09:08:27 deraadt Exp $ # Generic SPARC include "std.sparc" @@ -13,8 +13,8 @@ maxusers 8 options GENERIC # needs to be set per system -options TIMEZONE="'8*60'" # minutes west of GMT (for param.c) -options DST=1 # daylight savings rules (for param.c) +options TIMEZONE=0 # minutes west of GMT (for param.c) +options DST=0 # daylight savings rules (for param.c) # Standard system options options SWAPPAGER, VNODEPAGER, DEVPAGER # paging diff --git a/sys/arch/sparc/conf/SPARC b/sys/arch/sparc/conf/SPARC index 8d1d03801180..55f6bd40aa53 100644 --- a/sys/arch/sparc/conf/SPARC +++ b/sys/arch/sparc/conf/SPARC @@ -1,5 +1,5 @@ # from: @(#)SPARC 8.1 (Berkeley) 6/29/93 -# $Id: SPARC,v 1.9 1994/08/12 01:16:27 deraadt Exp $ +# $Id: SPARC,v 1.10 1994/08/20 09:08:32 deraadt Exp $ # SPARCstation 1, 1+, 2, etc. include "std.sparc" @@ -8,7 +8,7 @@ include "std.sparc" options "SUN4C" # obsolete timezone spec -options TIMEZONE=480, DST=1 +options TIMEZONE=0, DST=0 # Standard system options options SWAPPAGER, VNODEPAGER, DEVPAGER # paging diff --git a/sys/arch/sparc/conf/SPARC_SCSI3 b/sys/arch/sparc/conf/SPARC_SCSI3 index 22aa3edef7bc..234194fbec3d 100644 --- a/sys/arch/sparc/conf/SPARC_SCSI3 +++ b/sys/arch/sparc/conf/SPARC_SCSI3 @@ -1,5 +1,5 @@ # from: @(#)SPARC 8.1 (Berkeley) 6/29/93 -# $Id: SPARC_SCSI3,v 1.2 1994/08/12 01:19:12 deraadt Exp $ +# $Id: SPARC_SCSI3,v 1.3 1994/08/20 09:08:35 deraadt Exp $ # SPARCstation 1, 1+, 2, etc. include "std.sparc" @@ -8,7 +8,7 @@ include "std.sparc" options "SUN4C" # obsolete timezone spec -options TIMEZONE=480, DST=1 +options TIMEZONE=0, DST=0 # Standard system options options SWAPPAGER, VNODEPAGER, DEVPAGER # paging