aboutsummaryrefslogtreecommitdiff
path: root/miscutils/Config.src
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2014-04-30 14:47:28 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2014-04-30 14:47:28 +0200
commit01a1a967c99d6ea75387c6ca8041e9061ea4a111 (patch)
tree52dbb19bbf9236ca4f12c0005b444ffd5676c41c /miscutils/Config.src
parent07e5555a8f7469f6f45cacd7fc188816ae644f74 (diff)
downloadbusybox-w32-01a1a967c99d6ea75387c6ca8041e9061ea4a111.tar.gz
busybox-w32-01a1a967c99d6ea75387c6ca8041e9061ea4a111.tar.bz2
busybox-w32-01a1a967c99d6ea75387c6ca8041e9061ea4a111.zip
crond: tweak help text, make course less cryptic
function old new delta packed_usage 29736 29740 +4 crond_main 1485 1486 +1 load_crontab 712 706 -6 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'miscutils/Config.src')
-rw-r--r--miscutils/Config.src34
1 files changed, 0 insertions, 34 deletions
diff --git a/miscutils/Config.src b/miscutils/Config.src
index 1da9800bd..1b2a3ae9a 100644
--- a/miscutils/Config.src
+++ b/miscutils/Config.src
@@ -133,40 +133,6 @@ config CHRT
133 manipulate real-time attributes of a process. 133 manipulate real-time attributes of a process.
134 This requires sched_{g,s}etparam support in your libc. 134 This requires sched_{g,s}etparam support in your libc.
135 135
136config CROND
137 bool "crond"
138 default y
139 select FEATURE_SYSLOG
140 help
141 Crond is a background daemon that parses individual crontab
142 files and executes commands on behalf of the users in question.
143 This is a port of dcron from slackware. It uses files of the
144 format /var/spool/cron/crontabs/<username> files, for example:
145 $ cat /var/spool/cron/crontabs/root
146 # Run daily cron jobs at 4:40 every day:
147 40 4 * * * /etc/cron/daily > /dev/null 2>&1
148
149config FEATURE_CROND_D
150 bool "Support option -d to redirect output to stderr"
151 depends on CROND
152 default y
153 help
154 -d sets loglevel to 0 (most verbose) and directs all output to stderr.
155
156config FEATURE_CROND_CALL_SENDMAIL
157 bool "Report command output via email (using sendmail)"
158 default y
159 depends on CROND
160 help
161 Command output will be sent to corresponding user via email.
162
163config FEATURE_CROND_DIR
164 string "crond spool directory"
165 default "/var/spool/cron"
166 depends on CROND || CRONTAB
167 help
168 Location of crond spool.
169
170config CRONTAB 136config CRONTAB
171 bool "crontab" 137 bool "crontab"
172 default y 138 default y