diff options
author | vapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-07-01 01:04:32 +0000 |
---|---|---|
committer | vapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-07-01 01:04:32 +0000 |
commit | ce7992948b559cbc4ac9d815adbeb3b53c4f27a2 (patch) | |
tree | 132237fb52e98c8d72570d7ee2728f3e299383de /miscutils/Config.in | |
parent | ac6d18e54ca537f9a26e5ca65e1b1c0faf88d7ad (diff) | |
download | busybox-w32-ce7992948b559cbc4ac9d815adbeb3b53c4f27a2.tar.gz busybox-w32-ce7992948b559cbc4ac9d815adbeb3b53c4f27a2.tar.bz2 busybox-w32-ce7992948b559cbc4ac9d815adbeb3b53c4f27a2.zip |
Patch by jonlar in Bug 312 to split the U_W_TMP feature into sep UTMP and WTMP options
git-svn-id: svn://busybox.net/trunk/busybox@10679 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'miscutils/Config.in')
-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 | |||
93 | config CONFIG_LAST | 93 | config 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 | ||