summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/conf/NOSY
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/NOSY
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/NOSY')
-rw-r--r--sys/arch/alpha/conf/NOSY4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/conf/NOSY b/sys/arch/alpha/conf/NOSY
index 8c802a2b111..5fddc1c81e5 100644
--- a/sys/arch/alpha/conf/NOSY
+++ b/sys/arch/alpha/conf/NOSY
@@ -1,4 +1,4 @@
-# $OpenBSD: NOSY,v 1.3 1996/07/29 20:01:26 niklas Exp $
+# $OpenBSD: NOSY,v 1.4 1996/09/20 06:44:51 deraadt Exp $
# $NetBSD: NOSY,v 1.5.4.2 1996/06/13 19:22:15 cgd Exp $
#
# Jason's DEC 3000/400 in the lab...
@@ -16,7 +16,7 @@ options TIMEZONE="8*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