aboutsummaryrefslogtreecommitdiff
path: root/miscutils/Config.in
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-03-12 22:10:25 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-03-12 22:10:25 +0000
commit4e6c8120a53709c4a352db42e997303844c74584 (patch)
tree67494852dbb86ff0c25f161181bca156cd9a612e /miscutils/Config.in
parent35e9c5d83ada1fea40798365a1b4c728f64ded98 (diff)
downloadbusybox-w32-4e6c8120a53709c4a352db42e997303844c74584.tar.gz
busybox-w32-4e6c8120a53709c4a352db42e997303844c74584.tar.bz2
busybox-w32-4e6c8120a53709c4a352db42e997303844c74584.zip
crond: make it NOMMU-capable
function old new delta safe_setenv4 - 62 +62 ForkJob 472 511 +39 change_identity 21 57 +36 ParseField 564 571 +7 SynchronizeDir 178 176 -2 LogLevel 4 - -4 LogFile 4 - -4 FileBase 4 - -4 DebugOpt 4 - -4 CDir 4 - -4 DeleteFile 141 132 -9 packed_usage 24248 24228 -20 crondlog 157 113 -44 change_identity_e2str 54 - -54 SynchronizeFile 729 671 -58 crond_main 1555 1404 -151 ------------------------------------------------------------------------------ (add/remove: 1/6 grow/shrink: 3/6 up/down: 144/-358) Total: -214 bytes
Diffstat (limited to 'miscutils/Config.in')
-rw-r--r--miscutils/Config.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in
index ac1e2b57c..2cc6d9e80 100644
--- a/miscutils/Config.in
+++ b/miscutils/Config.in
@@ -106,15 +106,13 @@ config CROND
106 $ cat /var/spool/cron/crontabs/root 106 $ cat /var/spool/cron/crontabs/root
107 # Run daily cron jobs at 4:40 every day: 107 # Run daily cron jobs at 4:40 every day:
108 40 4 * * * /etc/cron/daily > /dev/null 2>&1 108 40 4 * * * /etc/cron/daily > /dev/null 2>&1
109 Note that Busybox binary must be setuid root for this applet to
110 work properly.
111 109
112config DEBUG_CROND_OPTION 110config DEBUG_CROND_OPTION
113 bool "Support debug option -d" 111 bool "Support option -d to redirect output to stderr"
114 depends on CROND 112 depends on CROND
115 default n 113 default n
116 help 114 help
117 Support option -d to enter debug mode. 115 -d sets loglevel to 0 (most verbose) and directs all output to stderr.
118 116
119config FEATURE_CROND_CALL_SENDMAIL 117config FEATURE_CROND_CALL_SENDMAIL
120 bool "Using /usr/sbin/sendmail?" 118 bool "Using /usr/sbin/sendmail?"
@@ -130,6 +128,8 @@ config CRONTAB
130 help 128 help
131 Crontab manipulates the crontab for a particular user. Only 129 Crontab manipulates the crontab for a particular user. Only
132 the superuser may specify a different user and/or crontab directory. 130 the superuser may specify a different user and/or crontab directory.
131 Note that Busybox binary must be setuid root for this applet to
132 work properly.
133 133
134config DC 134config DC
135 bool "dc" 135 bool "dc"