diff options
Diffstat (limited to 'miscutils/Config.in')
-rw-r--r-- | miscutils/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in index 45803ef..637d4b9 100644 --- a/miscutils/Config.in +++ b/miscutils/Config.in @@ -34,6 +34,13 @@ config CONFIG_CROND Note that Busybox binary must be setuid root for this applet to work properly. +config CONFIG_DEBUG_CROND_OPTION + bool "Support debug option -d" + depends on CONFIG_CROND + default n + help + Support option -d to enter debug mode. + config CONFIG_FEATURE_CROND_CALL_SENDMAIL bool "Using /usr/sbin/sendmail?" default n |