aboutsummaryrefslogtreecommitdiff
path: root/loginutils
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2005-12-19 02:52:48 +0000
committerRob Landley <rob@landley.net>2005-12-19 02:52:48 +0000
commitb3f05a467a63f2e08de3cb313551df1c25767719 (patch)
tree14a584468f0e6390d81c08f9565708d2b480854e /loginutils
parent68eb9dd371b61b22420bc5c6849915560cf855b7 (diff)
downloadbusybox-b3f05a467a63f2e08de3cb313551df1c25767719.tar.gz
Shadow password support involves vlock too.
Diffstat (limited to 'loginutils')
-rw-r--r--loginutils/Config.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/loginutils/Config.in b/loginutils/Config.in
index 12c208c64..a16412c8c 100644
--- a/loginutils/Config.in
+++ b/loginutils/Config.in
@@ -133,13 +133,13 @@ config CONFIG_VLOCK
Note that Busybox binary must be setuid root for this applet to
work properly.
-comment "Common options for adduser, deluser, login, su"
- depends on CONFIG_ADDUSER || CONFIG_DELUSER || CONFIG_LOGIN || CONFIG_SU
+comment "Common options for adduser, deluser, login, su, vlock"
+ depends on CONFIG_ADDUSER || CONFIG_DELUSER || CONFIG_LOGIN || CONFIG_SU || CONFIG_VLOCK
config CONFIG_FEATURE_SHADOWPASSWDS
bool "Support for shadow passwords"
default n
- depends on CONFIG_ADDUSER || CONFIG_DELUSER || CONFIG_LOGIN || CONFIG_SU
+ 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