Don't enable this unless you have a really good reason to clean
things up manually.
+config FEATURE_UTMP
+ bool "Support utmp file"
+ default n
+ help
+ The file /var/run/utmp is used to track who is currently logged in.
+ With this option on, certain applets (getty, login, telnetd etc)
+ will create and delete entries there.
+ "who" apples requires this option.
+
+config FEATURE_WTMP
+ bool "Support wtmp file"
+ default n
+ select FEATURE_UTMP
+ help
+ The file /var/run/wtmp is used to track when users have logged into
+ and logged out of the system.
+ With this option on, certain applets (getty, login, telnetd etc)
+ will append new entries there.
+ "last" apples requires this option.
+
config FEATURE_PIDFILE
bool "Support writing pidfiles"
default n
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