[BusyBox-cvs] busybox/loginutils Config.in,1.1,1.2
Glenn McGrath
bug1 at busybox.net
Tue Jan 21 00:12:14 UTC 2003
Update of /var/cvs/busybox/loginutils
In directory winder:/tmp/cvs-serv12322/loginutils
Modified Files:
Config.in
Log Message:
re-order config options, part of a patch from Bastian Blank
Index: Config.in
===================================================================
RCS file: /var/cvs/busybox/loginutils/Config.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Config.in 5 Dec 2002 08:40:47 -0000 1.1
+++ Config.in 21 Jan 2003 00:12:11 -0000 1.2
@@ -54,7 +54,6 @@
help
Please submit a patch to add help text for this item.
-
config CONFIG_PASSWD
bool "passwd"
default n
@@ -67,29 +66,32 @@
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.
More information about the busybox-cvs
mailing list