aboutsummaryrefslogtreecommitdiff
path: root/loginutils
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-04-06 18:48:32 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-04-06 18:48:32 +0200
commit6dbbac5d4fbe1bd84f5dae4a271b4934a366d199 (patch)
tree9a5c182c33b1d125e45b10b2c12f027c721c6b9f /loginutils
parentf6916dbed4233ef0e202d1b299cb5a2e9287a696 (diff)
downloadbusybox-6dbbac5d4fbe1bd84f5dae4a271b4934a366d199.tar.gz
Move utmp/wtmp support to "General configuration" section
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'loginutils')
-rw-r--r--loginutils/Config.in16
1 files changed, 0 insertions, 16 deletions
diff --git a/loginutils/Config.in b/loginutils/Config.in
index f6c0e2e64..a9b5f5a9f 100644
--- a/loginutils/Config.in
+++ b/loginutils/Config.in
@@ -181,22 +181,6 @@ config GETTY
help
getty lets you log in on a tty, it is normally invoked by init.
-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
- and logged out of the system.
-
config LOGIN
bool "login"
default n