From a9268c988bbddb5cf73690f152d04713983f2dee Mon Sep 17 00:00:00 2001 From: andersen Date: Fri, 30 Jul 2004 17:24:47 +0000 Subject: 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 git-svn-id: svn://busybox.net/trunk/busybox@9047 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- miscutils/Config.in | 1 + 1 file changed, 1 insertion(+) (limited to 'miscutils') diff --git a/miscutils/Config.in b/miscutils/Config.in index ded26b3a8..3c92c4674 100644 --- a/miscutils/Config.in +++ b/miscutils/Config.in @@ -83,6 +83,7 @@ config CONFIG_DEVFSD_VERBOSE 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. -- cgit v1.2.3-55-g6feb