Date: Sat, 8 Dec 2001 17:01:11 -0800 (PST) From: Matthew Dillon <dillon@apollo.backplane.com> To: Nate Williams <nate@yogotech.com> Cc: Kirk McKusick <mckusick@mckusick.com>, Robert Watson <rwatson@FreeBSD.ORG>, arch@FreeBSD.ORG Subject: Re: Patch for auto-default value for maxusers Message-ID: <200112090101.fB911BB87688@apollo.backplane.com> References: <200112071957.fB7Jvef29774@beastie.mckusick.com> <200112082256.fB8MuwL19001@apollo.backplane.com> <200112082340.fB8NeI329704@apollo.backplane.com> <15378.46638.217290.407771@caddis.yogotech.com>
next in thread | previous in thread | raw e-mail | index | archive | help
: :> This patch is against -stable. : :Minor nit... Yes, well, you can blame -current's buildkernel mechanism for not rebuilding config, buildworld not being able to handle -DNOCLEAN without barfing, and the whole fraggin build mechanism for not being able to build one fragging -current binary on a -stable machine. :> - maxusers = up->u_default; :> + /* printf("maxusers not specified; will auto-size\n"); */ :> + maxusers = 0; : :Isn't this line kind of redundant, since we already know that maxusers == 0? Yah. It's just a preliminary patch. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200112090101.fB911BB87688>