[BusyBox-cvs] CVS update of busybox/miscutils (Config.in)
Erik Andersen
andersen at codepoet.org
Tue Jul 20 08:07:11 UTC 2004
Date: Tuesday, July 20, 2004 @ 02:07:11
Author: andersen
Path: /var/cvs/busybox/miscutils
Modified: Config.in (1.16 -> 1.17)
Include some documentation posted to the list by vodz
Index: busybox/miscutils/Config.in
diff -u busybox/miscutils/Config.in:1.16 busybox/miscutils/Config.in:1.17
--- busybox/miscutils/Config.in:1.16 Sat Jun 5 01:58:18 2004
+++ busybox/miscutils/Config.in Tue Jul 20 02:07:10 2004
@@ -18,6 +18,11 @@
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 CONFIG_FEATURE_CROND_CALL_SENDMAIL
bool " Using /usr/sbin/sendmail?"
More information about the busybox-cvs
mailing list