diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2011-01-18 13:52:48 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-01-18 13:52:48 +0100 |
commit | 3b5acaa4323bd165077e60098af94ad9750d62fd (patch) | |
tree | a16712b4a1f1f8808355c28f7fac76d5148996f4 /miscutils | |
parent | 094cc51e50bdb877fa4c245dbde47e4dfbf94387 (diff) | |
download | busybox-w32-3b5acaa4323bd165077e60098af94ad9750d62fd.tar.gz busybox-w32-3b5acaa4323bd165077e60098af94ad9750d62fd.tar.bz2 busybox-w32-3b5acaa4323bd165077e60098af94ad9750d62fd.zip |
disable automatic selection of FEATURE_SUID; improve its help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'miscutils')
-rw-r--r-- | miscutils/Config.src | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/miscutils/Config.src b/miscutils/Config.src index 4912daf88..da52e14c6 100644 --- a/miscutils/Config.src +++ b/miscutils/Config.src | |||
@@ -170,7 +170,6 @@ config FEATURE_CROND_DIR | |||
170 | config CRONTAB | 170 | config CRONTAB |
171 | bool "crontab" | 171 | bool "crontab" |
172 | default y | 172 | default y |
173 | select FEATURE_SUID | ||
174 | help | 173 | help |
175 | Crontab manipulates the crontab for a particular user. Only | 174 | Crontab manipulates the crontab for a particular user. Only |
176 | the superuser may specify a different user and/or crontab directory. | 175 | the superuser may specify a different user and/or crontab directory. |