aboutsummaryrefslogtreecommitdiff
path: root/miscutils/Config.in
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-08-08 22:26:06 +0000
committerEric Andersen <andersen@codepoet.org>2003-08-08 22:26:06 +0000
commit2e9c25700061b23982f8600288178c1f6a370c1e (patch)
treeb9523c8010e85f5879a89e2a4b7e202d674e1e1c /miscutils/Config.in
parentf1c56a9306680874577abf01749c4b33877eb89a (diff)
downloadbusybox-w32-2e9c25700061b23982f8600288178c1f6a370c1e.tar.gz
busybox-w32-2e9c25700061b23982f8600288178c1f6a370c1e.tar.bz2
busybox-w32-2e9c25700061b23982f8600288178c1f6a370c1e.zip
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.in10
1 files changed, 3 insertions, 7 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in
index a994c5096..701af9c2d 100644
--- a/miscutils/Config.in
+++ b/miscutils/Config.in
@@ -40,15 +40,11 @@ config CONFIG_DC
40 Dc is a reverse-polish desk calculator which supports unlimited 40 Dc is a reverse-polish desk calculator which supports unlimited
41 precision arithmetic. 41 precision arithmetic.
42 42
43config CONFIG_DUTMP 43config CONFIG_LAST
44 bool "dutmp" 44 bool "last"
45 default n 45 default n
46 help 46 help
47 'dutmp' is a utility used by the Linux Router Project (as far as I 47 'last' displays a list of the last users that logged into the system.
48 know nobody else uses it). It dumps the contents of the utmp file to
49 STDOUT with each field seperated by a colon. IP addresses are are
50 given in hex in native byte order. It is intended that this format
51 can then be parsed by shell scripts.
52 48
53config CONFIG_HDPARM 49config CONFIG_HDPARM
54 bool "hdparm" 50 bool "hdparm"