diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-06-22 21:42:43 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-06-22 21:42:43 +0000 |
commit | d1c1e4aa34ce66e7d437e8c9ead1fee040531065 (patch) | |
tree | 81f32c47bff6276f5df95e29ef460b28b6f63afe /sys/arch/sparc/conf/SUN4M | |
parent | c0a704e988b82e4590e4af315dcc6a10597d4671 (diff) |
Add appropiate `maxusers' everywhere it was lacking.
Diffstat (limited to 'sys/arch/sparc/conf/SUN4M')
-rw-r--r-- | sys/arch/sparc/conf/SUN4M | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/sparc/conf/SUN4M b/sys/arch/sparc/conf/SUN4M index 4c67473bd51..c33697eeef2 100644 --- a/sys/arch/sparc/conf/SUN4M +++ b/sys/arch/sparc/conf/SUN4M @@ -1,4 +1,4 @@ -# $OpenBSD: SUN4M,v 1.12 1997/06/12 16:18:22 johns Exp $ +# $OpenBSD: SUN4M,v 1.13 1997/06/22 21:42:42 downsj Exp $ # $NetBSD: GENERIC,v 1.28.2.1 1996/07/02 23:55:22 jtc Exp $ # Machine architecture; required by config(8) @@ -15,6 +15,8 @@ option RASTERCONSOLE # fast rasterop console option COMPAT_SUNOS # compatibility with SunOS binaries option COMPAT_SVR4 # compatibility with SVR4 binaries +maxusers 32 # estimated number of users + # Generic swap; second partition of root disk or network. config bsd swap generic |