diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2003-01-21 00:12:11 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2003-01-21 00:12:11 +0000 |
commit | 4c51202b9dfe3df38e0a50bef9b66bd4cae39277 (patch) | |
tree | 3c96f1d22bbc89ba350a91f91577241678ec794c /loginutils | |
parent | 5cc9ada0e4680955e49ee983876da9a9b967e1d0 (diff) | |
download | busybox-4c51202b9dfe3df38e0a50bef9b66bd4cae39277.tar.gz |
re-order config options, part of a patch from Bastian Blank
Diffstat (limited to 'loginutils')
-rw-r--r-- | loginutils/Config.in | 26 |
1 files changed, 14 insertions, 12 deletions
diff --git a/loginutils/Config.in b/loginutils/Config.in index 15727d290..dab4ae1a4 100644 --- a/loginutils/Config.in +++ b/loginutils/Config.in @@ -54,7 +54,6 @@ config CONFIG_FEATURE_SECURETTY help Please submit a patch to add help text for this item. - config CONFIG_PASSWD bool "passwd" default n @@ -67,29 +66,32 @@ config CONFIG_SU help Please submit a patch to add help text for this item. -config CONFIG_FEATURE_SHADOWPASSWDS - bool "Support for shadow passwords" - default y - depends on CONFIG_ADDUSER || CONFIG_DELUSER || CONFIG_LOGIN || CONFIG_SU +config CONFIG_SULOGIN + bool "sulogin" + default n help Please submit a patch to add help text for this item. -config CONFIG_USE_BB_SHADOW - bool " Use busybox shadow password functions" +config CONFIG_VLOCK + bool "vlock" default n - depends on CONFIG_USE_BB_PWD_GRP && CONFIG_FEATURE_SHADOWPASSWDS help Please submit a patch to add help text for this item. -config CONFIG_SULOGIN - bool "sulogin" +comment "Common options for adduser, deluser, login, su" + depends on CONFIG_ADDUSER || CONFIG_DELUSER || CONFIG_LOGIN || CONFIG_SU + +config CONFIG_FEATURE_SHADOWPASSWDS + bool "Support for shadow passwords" default n + depends on CONFIG_ADDUSER || CONFIG_DELUSER || CONFIG_LOGIN || CONFIG_SU help Please submit a patch to add help text for this item. -config CONFIG_VLOCK - bool "vlock" +config CONFIG_USE_BB_SHADOW + bool " Use busybox shadow password functions" default n + depends on CONFIG_USE_BB_PWD_GRP && CONFIG_FEATURE_SHADOWPASSWDS help Please submit a patch to add help text for this item. |