summaryrefslogtreecommitdiff
path: root/miscutils/Config.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-07-01 01:04:32 +0000
committerMike Frysinger <vapier@gentoo.org>2005-07-01 01:04:32 +0000
commit8deb686d2e07ab812887a1a43a00ce5035c2b590 (patch)
tree132237fb52e98c8d72570d7ee2728f3e299383de /miscutils/Config.in
parenta87bb6080925177b0c09416a6b4e213bd9450042 (diff)
downloadbusybox-w32-8deb686d2e07ab812887a1a43a00ce5035c2b590.tar.gz
busybox-w32-8deb686d2e07ab812887a1a43a00ce5035c2b590.tar.bz2
busybox-w32-8deb686d2e07ab812887a1a43a00ce5035c2b590.zip
Patch by jonlar in Bug 312 to split the U_W_TMP feature into sep UTMP and WTMP options
Diffstat (limited to 'miscutils/Config.in')
-rw-r--r--miscutils/Config.in2
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
93config CONFIG_LAST 93config CONFIG_LAST
94 bool "last" 94 bool "last"
95 default n 95 default n
96 select CONFIG_FEATURE_U_W_TMP 96 select CONFIG_FEATURE_WTMP
97 help 97 help
98 'last' displays a list of the last users that logged into the system. 98 'last' displays a list of the last users that logged into the system.
99 99