diff options
author | Denys Vlasenko | 2014-04-30 14:47:28 +0200 |
---|---|---|
committer | Denys Vlasenko | 2014-04-30 14:47:28 +0200 |
commit | 01a1a967c99d6ea75387c6ca8041e9061ea4a111 (patch) | |
tree | 52dbb19bbf9236ca4f12c0005b444ffd5676c41c /miscutils/Config.src | |
parent | 07e5555a8f7469f6f45cacd7fc188816ae644f74 (diff) | |
download | busybox-01a1a967c99d6ea75387c6ca8041e9061ea4a111.zip busybox-01a1a967c99d6ea75387c6ca8041e9061ea4a111.tar.gz |
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.src | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/miscutils/Config.src b/miscutils/Config.src index 1da9800..1b2a3ae 100644 --- a/miscutils/Config.src +++ b/miscutils/Config.src @@ -133,40 +133,6 @@ config CHRT manipulate real-time attributes of a process. This requires sched_{g,s}etparam support in your libc. -config CROND - bool "crond" - default y - select FEATURE_SYSLOG - help - Crond is a background daemon that parses individual crontab - files and executes commands on behalf of the users in question. - This is a port of dcron from slackware. It uses files of the - format /var/spool/cron/crontabs/<username> files, for example: - $ cat /var/spool/cron/crontabs/root - # Run daily cron jobs at 4:40 every day: - 40 4 * * * /etc/cron/daily > /dev/null 2>&1 - -config FEATURE_CROND_D - bool "Support option -d to redirect output to stderr" - depends on CROND - default y - help - -d sets loglevel to 0 (most verbose) and directs all output to stderr. - -config FEATURE_CROND_CALL_SENDMAIL - bool "Report command output via email (using sendmail)" - default y - depends on CROND - help - Command output will be sent to corresponding user via email. - -config FEATURE_CROND_DIR - string "crond spool directory" - default "/var/spool/cron" - depends on CROND || CRONTAB - help - Location of crond spool. - config CRONTAB bool "crontab" default y |