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

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