Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

'config' changes: overriding "maxusers" when including another kernel configuration



In the past, when one created a kernel configuration that includes another
kernel configuration, one could override the value of "maxusers" simply
by using the "maxusers" keyword with the desired value.

With the recent changes to 'config' and/or various Makefile*s, this
no longer works.  The config step fails stating that MAXUSERS=N
(the value of "maxusers" from the included configuration) already
exists.

I've found the following to work, e.g.:

  include 	"arch/sparc/conf/GENERIC"
  no options 	MAXUSERS
  options 	MAXUSERS=8

Will this be the new way of things, or will the old behavior of simply
giving a new "maxusers" statement be restored?

-- 
|/"\ John D. Baker, KN5UKS               NetBSD     Darwin/MacOS X
|\ / jdbaker[snail]mylinuxisp[flyspeck]com    OpenBSD            FreeBSD
| X  No HTML/proprietary data in email.   BSD just sits there and works!
|/ \ GPGkeyID:  D703 4A7E 479F 63F8 D3F4  BD99 9572 8F23 E4AD 1645



Home | Main Index | Thread Index | Old Index