From owner-freebsd-current Wed Jul 15 17:06:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA09400 for freebsd-current-outgoing; Wed, 15 Jul 1998 17:06:03 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA09317 for ; Wed, 15 Jul 1998 17:06:00 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id KAA28109; Thu, 16 Jul 1998 10:05:50 +1000 Date: Thu, 16 Jul 1998 10:05:50 +1000 From: Bruce Evans Message-Id: <199807160005.KAA28109@godzilla.zeta.org.au> To: ht5t-fry@asahi-net.or.jp, mbriggs@switchboard.net Subject: Re: MAXUSERS kernel compile problem Cc: freebsd-current@FreeBSD.ORG, tfu@ff.iij4u.or.jp Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >> su-2.02# cd /usr/src/sys; egrep -aRi 'maxusers' conf i386/conf >> conf/options:MAXUSERS opt_param.h > >For the first time I see this statement. >When this statement comes to be generated ? > >So, how about you insert the following lines to config file. > >options MAXUSERS 10 >or, >MAXUSERS 10 > >Like other options in config file. MAXUSERS isn't a standard option. It is specified by the maxusers directive, which is converted to a #define of MAXUSERS by current versions of config(8). Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message