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
This commit is contained in:
Denis Vlasenko
2008-05-22 02:07:58 +00:00
parent 7bd8d8fd26
commit 869d3d318f
4 changed files with 307 additions and 2 deletions

View File

@ -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