Fixup getty, login, etc so the utmp and wtmp are updated, allowing
the 'who' and 'last' applets among other things to work as expected.
 -Erik
diff --git a/miscutils/Config.in b/miscutils/Config.in
index ded26b3..3c92c46 100644
--- a/miscutils/Config.in
+++ b/miscutils/Config.in
@@ -83,6 +83,7 @@
 config CONFIG_LAST
 	bool "last"
 	default n
+	select CONFIG_FEATURE_U_W_TMP
 	help
 	  'last' displays a list of the last users that logged into the system.