diff options
author | 2002-04-04 23:47:47 +0000 | |
---|---|---|
committer | 2002-04-04 23:47:47 +0000 | |
commit | db7060d02ba8561fafd64babfe318eccd547553f (patch) | |
tree | 1d679e996a0e0600c55c080c71a5987c88c764ce | |
parent | permit compiling without NFS (diff) | |
download | wireguard-openbsd-db7060d02ba8561fafd64babfe318eccd547553f.tar.xz wireguard-openbsd-db7060d02ba8561fafd64babfe318eccd547553f.zip |
permit maxusers down to 2
-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 |