diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2001-04-17 12:50:13 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2001-04-17 12:50:13 +0000 |
commit | 36a1f206d4bc090453769f963edcbb1cbea63c86 (patch) | |
tree | 148589bd14e2f5010ed5860143c3d052a084024e | |
parent | acdf678f7d8d6335607efeb212ba2c6d915b6500 (diff) |
sync maxusers with GENERIC.
-rw-r--r-- | sys/arch/sparc/conf/GENERIC_SCSI3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/conf/GENERIC_SCSI3 b/sys/arch/sparc/conf/GENERIC_SCSI3 index e7478e37f76..991c914067a 100644 --- a/sys/arch/sparc/conf/GENERIC_SCSI3 +++ b/sys/arch/sparc/conf/GENERIC_SCSI3 @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC_SCSI3,v 1.33 2001/03/08 03:37:19 itojun Exp $ +# $OpenBSD: GENERIC_SCSI3,v 1.34 2001/04/17 12:50:12 brad 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 |