Define DST and TIMEZONE
This commit is contained in:
parent
e5a588356f
commit
447b897889
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: std.mac68k,v 1.7 1995/10/12 17:39:45 briggs Exp $
|
||||
# $NetBSD: std.mac68k,v 1.8 1995/11/21 05:05:51 briggs Exp $
|
||||
#
|
||||
# standard Macintosh information.
|
||||
# roughly copied from std.sparc 14 Oct 1993.
|
||||
|
@ -18,3 +18,6 @@ asc0 at mainbus0
|
|||
ser0 at mainbus0
|
||||
grf0 at nubus0 slot -1 id ? claimed 0
|
||||
grf1 at nubus0 slot -1 id ? claimed 0
|
||||
|
||||
options TIMEZONE=0 # minutes west of GMT--read from booter
|
||||
options DST=0 # daylight savings rules--obsolete
|
||||
|
|
Loading…
Reference in New Issue