aboutsummaryrefslogtreecommitdiff
path: root/loginutils
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2005-12-21 16:33:41 +0000
committerRob Landley <rob@landley.net>2005-12-21 16:33:41 +0000
commitbeb665a376d60493617ed7913531cb937a5aee4d (patch)
treedfea76ce9c9947ecb5143f56920b852a6af83c1e /loginutils
parent17329745fc31fb23e6647ddf4ed41c0a8a0f90c1 (diff)
downloadbusybox-beb665a376d60493617ed7913531cb937a5aee4d.tar.gz
Second attempt to simplify the login menu. Shadow password stuff at the top,
with no dependencies (since depending on 9 of the 13 apps in the menu gets a bit silly). And fix my attempt to make internal shadow password support automatically depend on internal password support plus shadow password support.
Diffstat (limited to 'loginutils')
-rw-r--r--loginutils/Config.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/loginutils/Config.in b/loginutils/Config.in
index 9aa6b4937..89f699850 100644
--- a/loginutils/Config.in
+++ b/loginutils/Config.in
@@ -8,14 +8,13 @@ menu "Login/Password Management Utilities"
config CONFIG_FEATURE_SHADOWPASSWDS
bool "Support for shadow passwords"
default n
- depends on CONFIG_ADDUSER || CONFIG_DELUSER || CONFIG_LOGIN || CONFIG_SU || CONFIG_VLOCK
help
Build support for shadow password in /etc/shadow. This file is only
readable by root and thus the encrypted passwords are no longer
publicly readable.
config CONFIG_USE_BB_SHADOW
-# bool " Use busybox shadow password functions"
+ bool #" Use busybox shadow password functions"
default y
depends on CONFIG_USE_BB_PWD_GRP && CONFIG_FEATURE_SHADOWPASSWDS
help