[uClinux-dev] Is this a slip of the pen in file uClinux-dist/user/busybox/loginutils/Kconfig ?

2009-11-17 Thread wzc0066
Hello all:

I'm using uClinux-dist-20080808.tar.bz2,

In file:  uClinux-dist/user/busybox/loginutils/Kconfig
line: 165

config FEATURE_NOLOGIN
bool Support for /etc/nologin
default y
*depends on LOGIN*  -- Does this line
should be *depends on USER_BUSYBOX_LOGIN*
help
  The file /etc/nologin is used by (some versions of) login(1).
  If it exists, non-root logins are prohibited.



-- 
wzc0066
___
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Re: [uClinux-dev] Is this a slip of the pen in file uClinux-dist/user/busybox/loginutils/Kconfig ?

2009-11-17 Thread Haitao Zhang
On Tue, Nov 17, 2009 at 4:03 PM, wzc0066 wzc0...@gmail.com wrote:
 Hello all:

 I'm using uClinux-dist-20080808.tar.bz2,

 In file:  uClinux-dist/user/busybox/loginutils/Kconfig
 line: 165
 
 config FEATURE_NOLOGIN
 bool Support for /etc/nologin
 default y
 depends on LOGIN  -- Does this line
 should be depends on USER_BUSYBOX_LOGIN
 help
   The file /etc/nologin is used by (some versions of) login(1).
   If it exists, non-root logins are prohibited.
 


yes, in later busybox like 1.14.3, they already fixed this typo.
just use USER_BUSYBOX_FEATURE_NOLOGIN instead.


Haitao
___
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev