aboutsummaryrefslogtreecommitdiff
path: root/busybox/miscutils/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'busybox/miscutils/Config.in')
-rw-r--r--busybox/miscutils/Config.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/busybox/miscutils/Config.in b/busybox/miscutils/Config.in
index 77e13e84e..767b9c462 100644
--- a/busybox/miscutils/Config.in
+++ b/busybox/miscutils/Config.in
@@ -37,6 +37,7 @@ config CONFIG_FEATURE_CROND_CALL_SENDMAIL
37config CONFIG_CRONTAB 37config CONFIG_CRONTAB
38 bool "crontab" 38 bool "crontab"
39 default n 39 default n
40 select CONFIG_FEATURE_SUID
40 help 41 help
41 Crontab manipulates the crontab for a particular user. Only 42 Crontab manipulates the crontab for a particular user. Only
42 the superuser may specify a different user and/or crontab directory. 43 the superuser may specify a different user and/or crontab directory.
@@ -86,7 +87,7 @@ config CONFIG_DEVFSD_VERBOSE
86config CONFIG_LAST 87config CONFIG_LAST
87 bool "last" 88 bool "last"
88 default n 89 default n
89 select CONFIG_FEATURE_U_W_TMP 90 select CONFIG_FEATURE_WTMP
90 help 91 help
91 'last' displays a list of the last users that logged into the system. 92 'last' displays a list of the last users that logged into the system.
92 93