Hello Greg,

user/busybox/loginutils/Kconfig misses USER_BUSYBOX_FEATURE_NOLOGIN (or
rather, it is in, but wrongly).

Philippe

Below is the fix :

diff -r 001764dd2b05 user/busybox/loginutils/Kconfig
--- a/user/busybox/loginutils/Kconfig   Sun Mar 21 13:55:14 2010 +0100
+++ b/user/busybox/loginutils/Kconfig   Tue Mar 23 14:43:13 2010 +0100
@@ -162,10 +162,10 @@
          Enable this if you want login to execute $LOGIN_PRE_SUID_SCRIPT
          just prior to switching from root to logged-in user.
 
-config FEATURE_NOLOGIN
+config USER_BUSYBOX_FEATURE_NOLOGIN
        bool "Support for /etc/nologin"
        default y
-       depends on LOGIN
+       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.
_______________________________________________
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