Date: Sun, 10 Dec 2000 04:54:35 -0800 (PST) From: Dag-Erling Smorgrav <des@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc crontab Message-ID: <200012101254.eBACsZu99303@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
des 2000/12/10 04:54:35 PST Modified files: etc crontab Log: On Sundays through Fridays, run daily at 03:01 am. On Saturdays, run daily and weekly sequentially, starting at 03:01 am. This prevents daily and weekly from overlapping, while running weekly as early as possible (i.e. as soon as daily finishes) to give it time to finish before monthly starts at 05:30 am. It's probably possible to do something similar with monthly, making it run as soon as daily (and possibly weekly, if the first of the month is a Saturday) finishes, but this is left as an exercise for the reader. Revision Changes Path 1.25 +3 -3 src/etc/crontab To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200012101254.eBACsZu99303>