diff options
Diffstat (limited to 'busybox/miscutils/Config.in')
-rw-r--r-- | busybox/miscutils/Config.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/busybox/miscutils/Config.in b/busybox/miscutils/Config.in index 77e13e8..767b9c4 100644 --- a/busybox/miscutils/Config.in +++ b/busybox/miscutils/Config.in @@ -37,6 +37,7 @@ config CONFIG_FEATURE_CROND_CALL_SENDMAIL config CONFIG_CRONTAB bool "crontab" default n + select CONFIG_FEATURE_SUID help Crontab manipulates the crontab for a particular user. Only the superuser may specify a different user and/or crontab directory. @@ -86,7 +87,7 @@ config CONFIG_DEVFSD_VERBOSE config CONFIG_LAST bool "last" default n - select CONFIG_FEATURE_U_W_TMP + select CONFIG_FEATURE_WTMP help 'last' displays a list of the last users that logged into the system. |