diff options
author | Eric Andersen | 2003-08-08 22:26:06 +0000 |
---|---|---|
committer | Eric Andersen | 2003-08-08 22:26:06 +0000 |
commit | 2e9c25700061b23982f8600288178c1f6a370c1e (patch) | |
tree | b9523c8010e85f5879a89e2a4b7e202d674e1e1c /miscutils/Config.in | |
parent | f1c56a9306680874577abf01749c4b33877eb89a (diff) | |
download | busybox-2e9c25700061b23982f8600288178c1f6a370c1e.zip busybox-2e9c25700061b23982f8600288178c1f6a370c1e.tar.gz |
Implement a minimalist 'last' which allows the LEAF project to
no longer need dumtp. Remove the 'dumtp' applet.
-Erik
Diffstat (limited to 'miscutils/Config.in')
-rw-r--r-- | miscutils/Config.in | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in index a994c50..701af9c 100644 --- a/miscutils/Config.in +++ b/miscutils/Config.in @@ -40,15 +40,11 @@ config CONFIG_DC Dc is a reverse-polish desk calculator which supports unlimited precision arithmetic. -config CONFIG_DUTMP - bool "dutmp" +config CONFIG_LAST + bool "last" default n help - 'dutmp' is a utility used by the Linux Router Project (as far as I - know nobody else uses it). It dumps the contents of the utmp file to - STDOUT with each field seperated by a colon. IP addresses are are - given in hex in native byte order. It is intended that this format - can then be parsed by shell scripts. + 'last' displays a list of the last users that logged into the system. config CONFIG_HDPARM bool "hdparm" |