summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1995-12-29 18:24:43 +0000
committerdg <dg@FreeBSD.org>1995-12-29 18:24:43 +0000
commitcbdad23dbf516b1d70c5fc61a6a283dc63f77b01 (patch)
treeb50ef2b01a4f56b14a66d9aaa37340c47c5b4fd9 /usr.sbin/config
parent39cdb05128ee7440cdb896adc43918daedd630bd (diff)
downloadFreeBSD-src-cbdad23dbf516b1d70c5fc61a6a283dc63f77b01.zip
FreeBSD-src-cbdad23dbf516b1d70c5fc61a6a283dc63f77b01.tar.gz
Changed the default/min/max number of users to 8/2/512 for all machine
types. This is closer to the reality of reasonable values.
Diffstat (limited to 'usr.sbin/config')
-rw-r--r--usr.sbin/config/mkmakefile.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/usr.sbin/config/mkmakefile.c b/usr.sbin/config/mkmakefile.c
index f8e01d0..c129ee6 100644
--- a/usr.sbin/config/mkmakefile.c
+++ b/usr.sbin/config/mkmakefile.c
@@ -120,14 +120,14 @@ static struct users {
int u_min;
int u_max;
} users[] = {
- { 24, 8, 1024 }, /* MACHINE_VAX */
- { 4, 2, 128 }, /* MACHINE_TAHOE */
- { 8, 2, 64 }, /* MACHINE_HP300 */
- { 8, 2, 64 }, /* MACHINE_I386 */
- { 8, 2, 64 }, /* MACHINE_MIPS */
- { 8, 2, 64 }, /* MACHINE_PMAX */
- { 8, 2, 64 }, /* MACHINE_LUNA68K */
- { 8, 2, 64 }, /* MACHINE_NEWS3400 */
+ { 8, 2, 512 }, /* MACHINE_VAX */
+ { 8, 2, 512 }, /* MACHINE_TAHOE */
+ { 8, 2, 512 }, /* MACHINE_HP300 */
+ { 8, 2, 512 }, /* MACHINE_I386 */
+ { 8, 2, 512 }, /* MACHINE_MIPS */
+ { 8, 2, 512 }, /* MACHINE_PMAX */
+ { 8, 2, 512 }, /* MACHINE_LUNA68K */
+ { 8, 2, 512 }, /* MACHINE_NEWS3400 */
};
#define NUSERS (sizeof (users) / sizeof (users[0]))
OpenPOWER on IntegriCloud