no need for timezone spec

This commit is contained in:
deraadt 1994-08-20 09:08:27 +00:00
parent 794bef3463
commit 63db65b59d
3 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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

View File

@ -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