freebsd-dev/usr.sbin/cron
Yaroslav Tykhiy f5896baf9c Add two new options to cron(8), -J and -j. They allow to specify
the maximum amount of time jitter for root and other users, respectively.
Before starting a job, cron(8) will sleep a random number of seconds,
from 0 to the amount specified.  This can help to smooth down load spikes
when a lot of jobs are to start at the beginning of a particular minute
(e.g., the first minute of an hour.)

PR:		bin/66474
Submitted by:	Dmitry Morozovsky <marck <@> rinet.ru>
2004-05-16 19:29:33 +00:00
..
cron Add two new options to cron(8), -J and -j. They allow to specify 2004-05-16 19:29:33 +00:00
crontab Eliminate hard sentence breaks. 2004-03-04 19:12:27 +00:00
doc
lib Allow inner whitespace in the right-hand side of an environment variable 2003-02-10 11:20:58 +00:00
Makefile
Makefile.inc