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

Reply via email to