aboutsummaryrefslogtreecommitdiff
path: root/loginutils
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-07-03 04:47:43 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-07-03 04:47:43 +0000
commit37c40546e98a0f26621a2d41c6409ea6d28fc849 (patch)
treec6f6e49920b7900bec59deef3364f3938a313cfa /loginutils
parent94f0de0826a8ac7dac8bfb8604fde53e2b78b0c5 (diff)
downloadbusybox-w32-37c40546e98a0f26621a2d41c6409ea6d28fc849.tar.gz
busybox-w32-37c40546e98a0f26621a2d41c6409ea6d28fc849.tar.bz2
busybox-w32-37c40546e98a0f26621a2d41c6409ea6d28fc849.zip
Cleanup shadow.h stuff so it behaves as intended
-Erik git-svn-id: svn://busybox.net/trunk/busybox@4990 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'loginutils')
-rw-r--r--loginutils/config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/loginutils/config.in b/loginutils/config.in
index b3880aa3d..1d8a98633 100644
--- a/loginutils/config.in
+++ b/loginutils/config.in
@@ -7,6 +7,7 @@ mainmenu_option next_comment
7comment 'Login/Password Management Utilities' 7comment 'Login/Password Management Utilities'
8 8
9 9
10bool 'Use internal password and group functions instead of the system functions' CONFIG_USE_BB_PWD_GRP
10bool 'addgroup' CONFIG_ADDGROUP 11bool 'addgroup' CONFIG_ADDGROUP
11bool 'adduser' CONFIG_ADDUSER 12bool 'adduser' CONFIG_ADDUSER
12bool 'deluser' CONFIG_DELUSER 13bool 'deluser' CONFIG_DELUSER
@@ -20,6 +21,9 @@ bool 'passwd' CONFIG_PASSWD
20bool 'su' CONFIG_SU 21bool 'su' CONFIG_SU
21if [ "$CONFIG_ADDUSER" = "y" -o "$CONFIG_DELUSER" = "y" -o "$CONFIG_LOGIN" = "y" -o "$CONFIG_SU" = "y" ]; then 22if [ "$CONFIG_ADDUSER" = "y" -o "$CONFIG_DELUSER" = "y" -o "$CONFIG_LOGIN" = "y" -o "$CONFIG_SU" = "y" ]; then
22 bool ' Support for shadow passwords' CONFIG_FEATURE_SHADOWPASSWDS 23 bool ' Support for shadow passwords' CONFIG_FEATURE_SHADOWPASSWDS
24 if [ "$CONFIG_USE_BB_PWD_GRP" = "y" -a "$CONFIG_FEATURE_SHADOWPASSWDS" = "y" ]; then
25 bool ' Use busybox shadow password functions' CONFIG_USE_BB_SHADOW
26 fi
23fi 27fi
24bool 'sulogin' CONFIG_SULOGIN 28bool 'sulogin' CONFIG_SULOGIN
25bool 'vlock' CONFIG_VLOCK 29bool 'vlock' CONFIG_VLOCK