diff options
Diffstat (limited to 'sys/arch/sparc/conf/RAMDISK')
-rw-r--r-- | sys/arch/sparc/conf/RAMDISK | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/conf/RAMDISK b/sys/arch/sparc/conf/RAMDISK index f4498f2dee3..f3a95cba0f2 100644 --- a/sys/arch/sparc/conf/RAMDISK +++ b/sys/arch/sparc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.25 2001/05/16 09:06:37 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.26 2001/05/17 00:57:59 pvalchev Exp $ # $NetBSD: GENERIC,v 1.28.2.1 1996/07/02 23:55:22 jtc Exp $ # Machine architecture; required by config(8) @@ -16,7 +16,7 @@ option MINIROOTSIZE=4352 #option DDB # need this to see what's happening option TIMEZONE=0 # time zone to adjust RTC time by -option DST=0 # daylight savings time used by RTC +option DST=0 # daylight saving time used by RTC option UVM # UVM virtual memory system ; required option SMALL_KERNEL |