diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-04-04 23:47:48 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-04-04 23:47:48 +0000 |
commit | d53180f90fdf7b7b130559c5f8f668fb665a40c5 (patch) | |
tree | b8babd9bbf7d9eae57af5bd5411bf0435f23281f /sys/arch/vax | |
parent | b2ab2b6f5a2049183c6ca8a570116205ecb52326 (diff) |
permit maxusers down to 2
Diffstat (limited to 'sys/arch/vax')
-rw-r--r-- | sys/arch/vax/conf/files.vax | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/vax/conf/files.vax b/sys/arch/vax/conf/files.vax index 2274a84fb9a..309dbef3595 100644 --- a/sys/arch/vax/conf/files.vax +++ b/sys/arch/vax/conf/files.vax @@ -1,4 +1,4 @@ -# $OpenBSD: files.vax,v 1.25 2001/11/14 14:37:22 hugh Exp $ +# $OpenBSD: files.vax,v 1.26 2002/04/04 23:47:47 deraadt Exp $ # $NetBSD: files.vax,v 1.60 1999/08/27 20:04:32 ragge Exp $ # # new style config file for vax architecture @@ -7,7 +7,7 @@ # maxpartitions must be first item in files.${ARCH}.newconf maxpartitions 16 -maxusers 8 32 64 +maxusers 2 8 64 device mainbus { } attach mainbus at root |