summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/conf/ALPHA
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/ALPHA
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/ALPHA')
-rw-r--r--sys/arch/alpha/conf/ALPHA4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/conf/ALPHA b/sys/arch/alpha/conf/ALPHA
index 55b48c9e5d6..084b89e53c6 100644
--- a/sys/arch/alpha/conf/ALPHA
+++ b/sys/arch/alpha/conf/ALPHA
@@ -1,4 +1,4 @@
-# $OpenBSD: ALPHA,v 1.6 1996/07/29 20:01:22 niklas Exp $
+# $OpenBSD: ALPHA,v 1.7 1996/09/20 06:44:49 deraadt Exp $
# $NetBSD: ALPHA,v 1.14.4.4 1996/06/13 19:21:59 cgd Exp $
#
# Alpha kernel with all the options you'd want, and more.
@@ -20,7 +20,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