diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-04-17 05:31:01 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-04-17 05:31:01 +0000 |
commit | 5ec1bcf7b2e4d6ce7b4622afc7eed05b584e7cee (patch) | |
tree | a72b6064e6eac2895e7dd90c7527ab1a83f55e8a /sys/arch | |
parent | 608a83f203fec9a1bfc198e92a80d15625fdd071 (diff) |
crank maxusers by a teeeeeny little bit
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/sparc/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/conf/GENERIC b/sys/arch/sparc/conf/GENERIC index 313bbd5b73c..c6cb3a04b01 100644 --- a/sys/arch/sparc/conf/GENERIC +++ b/sys/arch/sparc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.48 2001/03/08 03:37:19 itojun Exp $ +# $OpenBSD: GENERIC,v 1.49 2001/04/17 05:31:00 deraadt Exp $ # $NetBSD: GENERIC,v 1.48 1997/08/23 19:19:01 mjacob Exp $ # Machine architecture; required by config(8) @@ -26,7 +26,7 @@ option RASTERCONSOLE # fast rasterop console option COMPAT_SUNOS # compatibility with SunOS binaries option COMPAT_SVR4 # compatibility with SVR4 binaries -maxusers 16 # estimated number of users +maxusers 18 # estimated number of users # Generic swap; second partition of root disk or network. config bsd swap generic |