diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-03-20 16:35:54 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-03-20 16:35:54 +0000 |
commit | 07088d18181a1b3923d80c04586ef477936f2c29 (patch) | |
tree | 3ac3721822ec8ce33bbdca025b1ea31f1c643046 /sys | |
parent | 8317e4357db36bf70bffe32124bdeed60b035372 (diff) |
let maxusers go much higher
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/conf/files.i386 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/files.i386 b/sys/arch/i386/conf/files.i386 index 583377e4345..754cfc33183 100644 --- a/sys/arch/i386/conf/files.i386 +++ b/sys/arch/i386/conf/files.i386 @@ -1,4 +1,4 @@ -# $OpenBSD: files.i386,v 1.174 2008/03/16 19:24:51 oga Exp $ +# $OpenBSD: files.i386,v 1.175 2008/03/20 16:35:53 deraadt Exp $ # # new style config file for i386 architecture # @@ -6,7 +6,7 @@ # maxpartitions must be first item in files.${ARCH} maxpartitions 16 -maxusers 2 16 64 +maxusers 2 16 100 major {ccd = 16} |