diff options
author | Denis Vlasenko | 2008-05-22 02:07:58 +0000 |
---|---|---|
committer | Denis Vlasenko | 2008-05-22 02:07:58 +0000 |
commit | 869d3d318ff3c17d74499f1216abfe3afa40590c (patch) | |
tree | f76f5abd31348c95c73d9455fef5f3fb38291686 /miscutils/Config.in | |
parent | 7bd8d8fd264a72f9c228da3ca238eae1b2ad8ce1 (diff) | |
download | busybox-869d3d318ff3c17d74499f1216abfe3afa40590c.zip busybox-869d3d318ff3c17d74499f1216abfe3afa40590c.tar.gz |
last: optional alternative sysv-like implementation
(by Patricia Muscalu <patricia.muscalu AT axis.com>)
function old new delta
last_main 448 917 +469
show_entry - 319 +319
packed_usage 24216 24268 +52
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 2/0 up/down: 840/0) Total: 840 bytes
Diffstat (limited to 'miscutils/Config.in')
-rw-r--r-- | miscutils/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in index c4eb108..427906f 100644 --- a/miscutils/Config.in +++ b/miscutils/Config.in @@ -229,6 +229,14 @@ config LAST help 'last' displays a list of the last users that logged into the system. +config FEATURE_LAST_FANCY + bool "Fancy output" + default n + depends on LAST + help + 'last' displays detailed information about the last users that + logged into the system (mimics sysvinit last). +900 bytes. + config LESS bool "less" default n |