diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-04-06 18:48:32 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-04-06 18:48:32 +0200 |
commit | 6dbbac5d4fbe1bd84f5dae4a271b4934a366d199 (patch) | |
tree | 9a5c182c33b1d125e45b10b2c12f027c721c6b9f /miscutils | |
parent | f6916dbed4233ef0e202d1b299cb5a2e9287a696 (diff) | |
download | busybox-w32-6dbbac5d4fbe1bd84f5dae4a271b4934a366d199.tar.gz busybox-w32-6dbbac5d4fbe1bd84f5dae4a271b4934a366d199.tar.bz2 busybox-w32-6dbbac5d4fbe1bd84f5dae4a271b4934a366d199.zip |
Move utmp/wtmp support to "General configuration" section
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
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 ebf98f98c..0469b6399 100644 --- a/miscutils/Config.in +++ b/miscutils/Config.in | |||
@@ -317,7 +317,7 @@ config INOTIFYD | |||
317 | config LAST | 317 | config LAST |
318 | bool "last" | 318 | bool "last" |
319 | default n | 319 | default n |
320 | select FEATURE_WTMP | 320 | depends on FEATURE_WTMP |
321 | help | 321 | help |
322 | 'last' displays a list of the last users that logged into the system. | 322 | 'last' displays a list of the last users that logged into the system. |
323 | 323 | ||