diff options
author | cheloha <cheloha@cvs.openbsd.org> | 2019-09-04 14:29:43 +0000 |
---|---|---|
committer | cheloha <cheloha@cvs.openbsd.org> | 2019-09-04 14:29:43 +0000 |
commit | d19c4b188f7a7219434e44790ed652224571d772 (patch) | |
tree | 32fb2fe4355e3b693e318a4f5950fe2d41a35960 /sys/arch/macppc/conf/RAMDISK | |
parent | 6681649a730f668723a286f0514f80fe509c785f (diff) |
Remove DST/TIMEZONE options(4) from kernel configs; ok jca@ deraadt@
Diffstat (limited to 'sys/arch/macppc/conf/RAMDISK')
-rw-r--r-- | sys/arch/macppc/conf/RAMDISK | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/macppc/conf/RAMDISK b/sys/arch/macppc/conf/RAMDISK index 7080f414be6..11a68026bc4 100644 --- a/sys/arch/macppc/conf/RAMDISK +++ b/sys/arch/macppc/conf/RAMDISK @@ -1,10 +1,8 @@ -# $OpenBSD: RAMDISK,v 1.118 2018/09/22 10:12:42 stsp Exp $ +# $OpenBSD: RAMDISK,v 1.119 2019/09/04 14:29:42 cheloha Exp $ machine macppc powerpc maxusers 4 -option TIMEZONE=0 -option DST=0 option SMALL_KERNEL option NO_PROPOLICE option BOOT_CONFIG |