summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/conf/JURA
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-09-20 06:45:27 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-09-20 06:45:27 +0000
commitdf42aa61f92bffe35c22145bcc90906f47aa88d0 (patch)
tree5064c1ef1d0088157056fe2aa3f45ca4bd95c9e8 /sys/arch/alpha/conf/JURA
parent4909b03ce500337461ef8ac1f9f5637782ca693d (diff)
do not fool people into thinking VNODEPAGER is an option; netbsd pr#2757, erik@aarhus1.uni-c.dk
Diffstat (limited to 'sys/arch/alpha/conf/JURA')
-rw-r--r--sys/arch/alpha/conf/JURA4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/conf/JURA b/sys/arch/alpha/conf/JURA
index e9f5bbe905e..de3ab57d1e4 100644
--- a/sys/arch/alpha/conf/JURA
+++ b/sys/arch/alpha/conf/JURA
@@ -1,4 +1,4 @@
-# $OpenBSD: JURA,v 1.5 1996/07/29 20:01:24 niklas Exp $
+# $OpenBSD: JURA,v 1.6 1996/09/20 06:44:51 deraadt Exp $
# $NetBSD: JURA,v 1.6.4.1 1996/06/13 19:22:10 cgd Exp $
#
# Kernel for jura.pdl.cs.cmu.edu.
@@ -19,7 +19,7 @@ options TIMEZONE="5*60" # Minutes west of GMT (for param.c)
options DST=1 # Daylight savings rules (for param.c)
# Standard system options
-options SWAPPAGER, VNODEPAGER, DEVPAGER # Paging (mandatory)
+options SWAPPAGER, DEVPAGER # Paging (mandatory)
options DEBUG, DIAGNOSTIC # Extra kernel debugging
options KTRACE # System call tracing support