diff options
author | 2004-02-20 00:12:15 +0000 | |
---|---|---|
committer | 2004-02-20 00:12:15 +0000 | |
commit | 974b0d689ef73bfb9e9a1431d5f6d252e97227b3 (patch) | |
tree | caa49a8c1034fc0ca03541de2c633a8c843e0202 | |
parent | move MID_X86_64; kettenis@chello.nl (diff) | |
download | wireguard-openbsd-974b0d689ef73bfb9e9a1431d5f6d252e97227b3.tar.xz wireguard-openbsd-974b0d689ef73bfb9e9a1431d5f6d252e97227b3.zip |
crank maxusers from 18 to 20
-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 9967c5d063e..ddf94487685 100644 --- a/sys/arch/sparc/conf/GENERIC +++ b/sys/arch/sparc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.72 2003/07/08 21:12:09 mickey Exp $ +# $OpenBSD: GENERIC,v 1.73 2004/02/20 00:12:15 deraadt Exp $ # $NetBSD: GENERIC,v 1.48 1997/08/23 19:19:01 mjacob Exp $ # Machine architecture; required by config(8) @@ -23,7 +23,7 @@ option SUN4M # sun4m - SS10, SS20, Classic, etc. option COMPAT_SUNOS # compatibility with SunOS binaries option COMPAT_SVR4 # compatibility with SVR4 binaries -maxusers 18 # estimated number of users +maxusers 20 # estimated number of users # Generic swap; second partition of root disk or network. config bsd swap generic |