diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-07-01 01:04:32 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-07-01 01:04:32 +0000 |
commit | 8deb686d2e07ab812887a1a43a00ce5035c2b590 (patch) | |
tree | 132237fb52e98c8d72570d7ee2728f3e299383de /miscutils | |
parent | a87bb6080925177b0c09416a6b4e213bd9450042 (diff) | |
download | busybox-8deb686d2e07ab812887a1a43a00ce5035c2b590.tar.gz |
Patch by jonlar in Bug 312 to split the U_W_TMP feature into sep UTMP and WTMP options
Diffstat (limited to 'miscutils')
-rw-r--r-- | miscutils/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in index b02def60c..79f44274f 100644 --- a/miscutils/Config.in +++ b/miscutils/Config.in @@ -93,7 +93,7 @@ config CONFIG_EJECT config CONFIG_LAST bool "last" default n - select CONFIG_FEATURE_U_W_TMP + select CONFIG_FEATURE_WTMP help 'last' displays a list of the last users that logged into the system. |