Add an option to add a slight time skew to the execution of scripts to
authorMatthew Dillon <dillon@dragonflybsd.org>
Sat, 18 Mar 2006 20:29:50 +0000 (20:29 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sat, 18 Mar 2006 20:29:50 +0000 (20:29 +0000)
commit66dd94ac6cf91502dd7b0cfefe3bdd6de21075d2
tree2af5352cbb046ee8e3534811e43d7e899c8d1853
parent564dee328e7789515768448325c8268f2e00093f
Add an option to add a slight time skew to the execution of scripts to
smooth out load bumps, primarily for jailed environments.

Note: Modified from the original: assign the actual jitter to a local
variable instead of unnecessarily overriding one of the global variables.

Submitted-by: Michal Belczyk <belczyk@bsd.krakow.pl>
Obtained-from: FreeBSD
usr.sbin/cron/cron/cron.8
usr.sbin/cron/cron/cron.c
usr.sbin/cron/cron/cron.h
usr.sbin/cron/cron/do_command.c