diff options
author | Bernhard Reutner-Fischer | 2006-05-20 14:14:05 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer | 2006-05-20 14:14:05 +0000 |
commit | ef21629a6b23201c48bf5acad058420ea68984f0 (patch) | |
tree | 5769dadac11d4d0c9cb31d63ae3d82c6e7d8ed5e /miscutils/Config.in | |
parent | 9b5a99ad2109abdb0fcf7303a57c20500dad3e9c (diff) | |
download | busybox-ef21629a6b23201c48bf5acad058420ea68984f0.zip busybox-ef21629a6b23201c48bf5acad058420ea68984f0.tar.gz |
- silence warning about no return in function returning non-void
- put CONFIG_DEBUG_CROND_OPTION into config
no changes in size when debugging is disabled.
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 |