summaryrefslogtreecommitdiff
path: root/busybox-loginutils.kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-11-20 13:30:16 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-11-20 13:30:16 +0100
commit1caedd37842349f5717f565c07d340d3e2995e88 (patch)
treef0f56635d7bb8c5cff0422841240ee6fa93bb948 /busybox-loginutils.kconfig
parent743316f4bdb283d6bc6df3e310f54d688ac15cb3 (diff)
downloadembtk-busybox-kconfigs-1caedd37842349f5717f565c07d340d3e2995e88.tar.gz
embtk-busybox-kconfigs-1caedd37842349f5717f565c07d340d3e2995e88.tar.bz2
embtk-busybox-kconfigs-1caedd37842349f5717f565c07d340d3e2995e88.tar.xz
Remove useless default on some kconfig symbols
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'busybox-loginutils.kconfig')
-rw-r--r--busybox-loginutils.kconfig22
1 files changed, 0 insertions, 22 deletions
diff --git a/busybox-loginutils.kconfig b/busybox-loginutils.kconfig
index bb1369c..5e278c8 100644
--- a/busybox-loginutils.kconfig
+++ b/busybox-loginutils.kconfig
@@ -7,7 +7,6 @@ menu "Login/Password Management Utilities"
config FEATURE_SHADOWPASSWDS
bool "Support for shadow passwords"
- default n
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 +14,6 @@ config FEATURE_SHADOWPASSWDS
config USE_BB_PWD_GRP
bool "Use internal password and group functions rather than system functions"
- default n
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,13 +79,11 @@ config USE_BB_CRYPT
config ADDGROUP
bool "addgroup"
- default n
help
Utility for creating a new group account.
config FEATURE_ADDUSER_TO_GROUP
bool "Support for adding users to groups"
- default n
depends on ADDGROUP
help
If called with two non-option arguments,
@@ -96,13 +92,11 @@ config FEATURE_ADDUSER_TO_GROUP
config DELGROUP
bool "delgroup"
- default n
help
Utility for deleting a group account.
config FEATURE_DEL_USER_FROM_GROUP
bool "Support for removing users from groups"
- default n
depends on DELGROUP
help
If called with two non-option arguments, deluser
@@ -110,7 +104,6 @@ config FEATURE_DEL_USER_FROM_GROUP
config FEATURE_CHECK_NAMES
bool "Enable sanity check on user/group names in adduser and addgroup"
- default n
depends on ADDUSER || ADDGROUP
help
Enable sanity check on user and group names in adduser and addgroup.
@@ -122,26 +115,22 @@ config FEATURE_CHECK_NAMES
config ADDUSER
bool "adduser"
- default n
help
Utility for creating a new user account.
config FEATURE_ADDUSER_LONG_OPTIONS
bool "Enable long options"
- default n
depends on ADDUSER && GETOPT_LONG
help
Support long options for the adduser applet.
config DELUSER
bool "deluser"
- default n
help
Utility for deleting a user account.
config GETTY
bool "getty"
- default n
select FEATURE_SYSLOG
help
getty lets you log in on a tty, it is normally invoked by init.
@@ -149,14 +138,12 @@ config GETTY
config FEATURE_UTMP
bool "Support utmp file"
depends on GETTY || LOGIN || SU || WHO
- default n
help
The file /var/run/utmp is used to track who is currently logged in.
config FEATURE_WTMP
bool "Support wtmp file"
depends on GETTY || LOGIN || SU || LAST
- default n
select FEATURE_UTMP
help
The file /var/run/wtmp is used to track when user's have logged into
@@ -164,7 +151,6 @@ config FEATURE_WTMP
config LOGIN
bool "login"
- default n
select FEATURE_SUID
select FEATURE_SYSLOG
help
@@ -175,7 +161,6 @@ config LOGIN
config PAM
bool "Support for PAM (Pluggable Authentication Modules)"
- default n
depends on LOGIN
help
Use PAM in login(1) instead of direct access to password database.
@@ -183,7 +168,6 @@ config PAM
config LOGIN_SCRIPTS
bool "Support for login scripts"
depends on LOGIN
- default n
help
Enable this if you want login to execute $LOGIN_PRE_SUID_SCRIPT
just prior to switching from root to logged-in user.
@@ -207,7 +191,6 @@ config FEATURE_SECURETTY
config PASSWD
bool "passwd"
- default n
select FEATURE_SUID
select FEATURE_SYSLOG
help
@@ -228,13 +211,11 @@ config FEATURE_PASSWD_WEAK_CHECK
config CRYPTPW
bool "cryptpw"
- default n
help
Applet for crypting a string.
config CHPASSWD
bool "chpasswd"
- default n
help
chpasswd reads a file of user name and password pairs from
standard input and uses this information to update a group of
@@ -242,7 +223,6 @@ config CHPASSWD
config SU
bool "su"
- default n
select FEATURE_SUID
select FEATURE_SYSLOG
help
@@ -264,7 +244,6 @@ config FEATURE_SU_CHECKS_SHELLS
config SULOGIN
bool "sulogin"
- default n
select FEATURE_SYSLOG
help
sulogin is invoked when the system goes into single user
@@ -272,7 +251,6 @@ config SULOGIN
config VLOCK
bool "vlock"
- default n
select FEATURE_SUID
help
Build the "vlock" applet which allows you to lock (virtual) terminals.