diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-20 06:45:27 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-20 06:45:27 +0000 |
commit | df42aa61f92bffe35c22145bcc90906f47aa88d0 (patch) | |
tree | 5064c1ef1d0088157056fe2aa3f45ca4bd95c9e8 /sys/arch/mac68k/conf/RAMDISK | |
parent | 4909b03ce500337461ef8ac1f9f5637782ca693d (diff) |
do not fool people into thinking VNODEPAGER is an option; netbsd pr#2757, erik@aarhus1.uni-c.dk
Diffstat (limited to 'sys/arch/mac68k/conf/RAMDISK')
-rw-r--r-- | sys/arch/mac68k/conf/RAMDISK | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mac68k/conf/RAMDISK b/sys/arch/mac68k/conf/RAMDISK index ef736d859c6..a07ea7a5bb2 100644 --- a/sys/arch/mac68k/conf/RAMDISK +++ b/sys/arch/mac68k/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.6 1996/08/31 02:09:23 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.7 1996/09/20 06:45:13 deraadt Exp $ # $NetBSD: RAMDISK,v 1.6 1996/08/05 01:52:16 scottr Exp $ # RAMDISK @@ -14,7 +14,7 @@ options RAMDISK_HOOKS options MINIROOTSIZE=512 # 256K # Standard system options -options SWAPPAGER, VNODEPAGER, DEVPAGER # paging +options SWAPPAGER, DEVPAGER # paging # Filesystem options options FIFO # POSIX fifo support (in all filesystems) |