summaryrefslogtreecommitdiff
path: root/coreutils/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 /coreutils/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 'coreutils/Config.in')
-rw-r--r--coreutils/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in
index 6d19909a8..79081e5f7 100644
--- a/coreutils/Config.in
+++ b/coreutils/Config.in
@@ -597,7 +597,7 @@ config CONFIG_WC
597config CONFIG_WHO 597config CONFIG_WHO
598 bool "who" 598 bool "who"
599 default n 599 default n
600 select CONFIG_FEATURE_U_W_TMP 600 select CONFIG_FEATURE_UTMP
601 help 601 help
602 who is used to show who is logged on. 602 who is used to show who is logged on.
603 603