summaryrefslogtreecommitdiffstats
path: root/config/busybox/loginutils/Config.in
diff options
context:
space:
mode:
authorLadislav Michl <Ladislav.Michl@seznam.cz>2010-07-26 22:16:31 +0200
committerMarc Kleine-Budde <mkl@pengutronix.de>2010-08-02 07:53:47 +0200
commit253dc636a63590a703b5196fc1855d9ef561c608 (patch)
tree9d45b2c5178f8b423dbc5aeeff4b996620f2da26 /config/busybox/loginutils/Config.in
parentcff5469dc9027893c8c92396d5604461539a23b5 (diff)
downloadptxdist-253dc636a63590a703b5196fc1855d9ef561c608.tar.gz
ptxdist-253dc636a63590a703b5196fc1855d9ef561c608.tar.xz
[busybox] update to 1.17.1
0002-silence-errors-on-BE-platforms.patch was dropped as it no longer applies. I'll try to fix it upstream first and backport accepted solution. Signed-off-by: Ladislav Michl <ladis@linux-mips.org> [mkl: re-run with fixed importer] Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'config/busybox/loginutils/Config.in')
-rw-r--r--config/busybox/loginutils/Config.in59
1 files changed, 23 insertions, 36 deletions
diff --git a/config/busybox/loginutils/Config.in b/config/busybox/loginutils/Config.in
index b1a8287da..3b4459892 100644
--- a/config/busybox/loginutils/Config.in
+++ b/config/busybox/loginutils/Config.in
@@ -1,3 +1,4 @@
+# DO NOT EDIT. This file is generated from Config.src
#
# For a description of the syntax of this configuration file,
# see scripts/kbuild/config-language.txt.
@@ -5,9 +6,11 @@
menu "Login/Password Management Utilities"
+
+
config BUSYBOX_FEATURE_SHADOWPASSWDS
bool "Support for shadow passwords"
- default n
+ default y
help
Build support for shadow password in /etc/shadow. This file is only
readable by root and thus the encrypted passwords are no longer
@@ -15,7 +18,7 @@ config BUSYBOX_FEATURE_SHADOWPASSWDS
config BUSYBOX_USE_BB_PWD_GRP
bool "Use internal password and group functions rather than system functions"
- default n
+ default y
help
If you leave this disabled, busybox will use the system's password
and group functions. And if you are using the GNU C library
@@ -81,7 +84,7 @@ config BUSYBOX_USE_BB_CRYPT
config BUSYBOX_USE_BB_CRYPT_SHA
bool "Enable SHA256/512 crypt functions"
- default n
+ default y
depends on BUSYBOX_USE_BB_CRYPT
help
Enable this if you have passwords starting with "$5$" or "$6$"
@@ -93,20 +96,20 @@ config BUSYBOX_USE_BB_CRYPT_SHA
config BUSYBOX_ADDGROUP
bool "addgroup"
- default n
+ default y
help
Utility for creating a new group account.
config BUSYBOX_FEATURE_ADDGROUP_LONG_OPTIONS
bool "Enable long options"
- default n
+ default y
depends on BUSYBOX_ADDGROUP && BUSYBOX_LONG_OPTS
help
Support long options for the addgroup applet.
config BUSYBOX_FEATURE_ADDUSER_TO_GROUP
bool "Support for adding users to groups"
- default n
+ default y
depends on BUSYBOX_ADDGROUP
help
If called with two non-option arguments,
@@ -115,13 +118,13 @@ config BUSYBOX_FEATURE_ADDUSER_TO_GROUP
config BUSYBOX_DELGROUP
bool "delgroup"
- default n
+ default y
help
Utility for deleting a group account.
config BUSYBOX_FEATURE_DEL_USER_FROM_GROUP
bool "Support for removing users from groups"
- default n
+ default y
depends on BUSYBOX_DELGROUP
help
If called with two non-option arguments, deluser
@@ -141,13 +144,13 @@ config BUSYBOX_FEATURE_CHECK_NAMES
config BUSYBOX_ADDUSER
bool "adduser"
- default n
+ default y
help
Utility for creating a new user account.
config BUSYBOX_FEATURE_ADDUSER_LONG_OPTIONS
bool "Enable long options"
- default n
+ default y
depends on BUSYBOX_ADDUSER && BUSYBOX_LONG_OPTS
help
Support long options for the adduser applet.
@@ -170,36 +173,20 @@ config BUSYBOX_LAST_SYSTEM_ID
config BUSYBOX_DELUSER
bool "deluser"
- default n
+ default y
help
Utility for deleting a user account.
config BUSYBOX_GETTY
bool "getty"
- default n
+ default y
select BUSYBOX_FEATURE_SYSLOG
help
getty lets you log in on a tty, it is normally invoked by init.
-config BUSYBOX_FEATURE_UTMP
- bool "Support utmp file"
- depends on BUSYBOX_GETTY || BUSYBOX_LOGIN || BUSYBOX_SU || BUSYBOX_WHO
- default n
- help
- The file /var/run/utmp is used to track who is currently logged in.
-
-config BUSYBOX_FEATURE_WTMP
- bool "Support wtmp file"
- depends on BUSYBOX_GETTY || BUSYBOX_LOGIN || BUSYBOX_SU || BUSYBOX_LAST
- default n
- select BUSYBOX_FEATURE_UTMP
- help
- The file /var/run/wtmp is used to track when user's have logged into
- and logged out of the system.
-
config BUSYBOX_LOGIN
bool "login"
- default n
+ default y
select BUSYBOX_FEATURE_SUID
select BUSYBOX_FEATURE_SYSLOG
help
@@ -218,7 +205,7 @@ config BUSYBOX_PAM
config BUSYBOX_LOGIN_SCRIPTS
bool "Support for login scripts"
depends on BUSYBOX_LOGIN
- default n
+ default y
help
Enable this if you want login to execute $LOGIN_PRE_SUID_SCRIPT
just prior to switching from root to logged-in user.
@@ -242,7 +229,7 @@ config BUSYBOX_FEATURE_SECURETTY
config BUSYBOX_PASSWD
bool "passwd"
- default n
+ default y
select BUSYBOX_FEATURE_SUID
select BUSYBOX_FEATURE_SYSLOG
help
@@ -263,7 +250,7 @@ config BUSYBOX_FEATURE_PASSWD_WEAK_CHECK
config BUSYBOX_CRYPTPW
bool "cryptpw"
- default n
+ default y
help
Encrypts the given password with the crypt(3) libc function
using the given salt. Debian has this utility under mkpasswd
@@ -271,14 +258,14 @@ config BUSYBOX_CRYPTPW
config BUSYBOX_CHPASSWD
bool "chpasswd"
- default n
+ default y
help
Reads a file of user name and password pairs from standard input
and uses this information to update a group of existing users.
config BUSYBOX_SU
bool "su"
- default n
+ default y
select BUSYBOX_FEATURE_SUID
select BUSYBOX_FEATURE_SYSLOG
help
@@ -300,7 +287,7 @@ config BUSYBOX_FEATURE_SU_CHECKS_SHELLS
config BUSYBOX_SULOGIN
bool "sulogin"
- default n
+ default y
select BUSYBOX_FEATURE_SYSLOG
help
sulogin is invoked when the system goes into single user
@@ -308,7 +295,7 @@ config BUSYBOX_SULOGIN
config BUSYBOX_VLOCK
bool "vlock"
- default n
+ default y
select BUSYBOX_FEATURE_SUID
help
Build the "vlock" applet which allows you to lock (virtual) terminals.