cvs commit: src/usr.sbin/cron/cron cron.8 cron.c cron.h do_command.c

Matthew Dillon dillon at crater.dragonflybsd.org
Sat Mar 18 12:31:41 PST 2006


dillon      2006/03/18 12:29:51 PST

DragonFly src repository

  Modified files:
    usr.sbin/cron/cron   cron.8 cron.c cron.h do_command.c 
  Log:
  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 at xxxxxxxxxxxxx>
  Obtained-from: FreeBSD
  
  Revision  Changes    Path
  1.3       +24 -1     src/usr.sbin/cron/cron/cron.8
  1.8       +16 -3     src/usr.sbin/cron/cron/cron.c
  1.5       +4 -0      src/usr.sbin/cron/cron/cron.h
  1.7       +7 -0      src/usr.sbin/cron/cron/do_command.c


http://www.dragonflybsd.org/cvsweb/src/usr.sbin/cron/cron/cron.8.diff?r1=1.2&r2=1.3&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.sbin/cron/cron/cron.c.diff?r1=1.7&r2=1.8&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.sbin/cron/cron/cron.h.diff?r1=1.4&r2=1.5&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.sbin/cron/cron/do_command.c.diff?r1=1.6&r2=1.7&f=u





More information about the Commits mailing list