diff options
author | 2001-04-17 05:31:00 +0000 | |
---|---|---|
committer | 2001-04-17 05:31:00 +0000 | |
commit | 28428dfb50cdce80a00ee502c95e5a23083441f8 (patch) | |
tree | 238f6c3476e1b109cea48478255fcda54e08a8ab | |
parent | Match quoting on this... (diff) | |
download | wireguard-openbsd-28428dfb50cdce80a00ee502c95e5a23083441f8.tar.xz wireguard-openbsd-28428dfb50cdce80a00ee502c95e5a23083441f8.zip |
crank maxusers by a teeeeeny little bit
-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 |