aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2004-07-20 08:07:10 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2004-07-20 08:07:10 +0000
commit598c77df661b9604b98ede4901ff7a90c4fd6934 (patch)
tree35d5c968c75fb011021a19c3778cbc4d5197043a
parent0d53d750dc88e07b010a091653c571b8ecdb951e (diff)
downloadbusybox-w32-598c77df661b9604b98ede4901ff7a90c4fd6934.tar.gz
busybox-w32-598c77df661b9604b98ede4901ff7a90c4fd6934.tar.bz2
busybox-w32-598c77df661b9604b98ede4901ff7a90c4fd6934.zip
Include some documentation posted to the list by vodz
git-svn-id: svn://busybox.net/trunk/busybox@8972 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--miscutils/Config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in
index 7e18c16a0..ded26b3a8 100644
--- a/miscutils/Config.in
+++ b/miscutils/Config.in
@@ -18,6 +18,11 @@ config CONFIG_CROND
18 help 18 help
19 Crond is a background daemon that parses individual crontab 19 Crond is a background daemon that parses individual crontab
20 files and executes commands on behalf of the users in question. 20 files and executes commands on behalf of the users in question.
21 This is a port of dcron from slackware. It uses files of the
22 format /var/spool/cron/crontabs/<username> files, for example:
23 $ cat /var/spool/cron/crontabs/root
24 # Run daily cron jobs at 4:40 every day:
25 40 4 * * * /etc/cron/daily > /dev/null 2>&1
21 26
22config CONFIG_FEATURE_CROND_CALL_SENDMAIL 27config CONFIG_FEATURE_CROND_CALL_SENDMAIL
23 bool " Using /usr/sbin/sendmail?" 28 bool " Using /usr/sbin/sendmail?"