Busybox 1.3.0 is available

Denis Vlasenko vda.linux at googlemail.com
Mon Dec 18 05:49:28 PST 2006


On Monday 18 December 2006 10:32, Peter Kjellerstedt wrote:
> > -----Original Message-----
> > From: busybox-bounces at busybox.net 
> > [mailto:busybox-bounces at busybox.net] On Behalf Of Rich Felker
> > Sent: Monday, December 18, 2006 02:56
> > To: busybox at busybox.net
> > Subject: Re: Busybox 1.3.0 is available
> > 
> > On Sun, Dec 17, 2006 at 01:00:20PM +0100, Denis Vlasenko wrote:
> > > CONFIG_NOT_UID0_ONLY_SYSTEM is descriptive but too long. 
> > > Can't think of a shorter, but still understandable name 
> > > at the moment.
> > 
> > I would call it CONFIG_MULTIUSER but I suspect that would confuse many
> > stupid users trying to use BB without having any clue about unix or
> > what "multiuser" means...
> > 
> > Rich
> 
> How about CONFIG_SINGLE_USER (with default n)?

Well, CONFIG options with "negative" meaning (i.e. when they _disable_
functionality instead of enabling it) are a bit harder to grok
in practice, when you read or write the code:

SKIP_SINGLE_USER(
blah;
blah;
blah;
)

actually means "include this code for multiuser compilation".
It doesn't look obvious - there is a "SKIP".
--
vda


More information about the busybox mailing list