Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: basesrc/usr.sbin/cron



Module Name:    basesrc
Committed By:   atatat
Date:           Thu Apr 25 14:45:06 UTC 2002

Modified Files:
        basesrc/usr.sbin/cron: cron.c crontab.5 job.c

Log Message:
Implement CRON_TZ and CRON_WITHIN to provide finer control over job
execution.  CRON_TZ sets the time zone within which a job is
considered for execution (but not in which it runs), and CRON_WITHIN
allows jobs to be skipped whose execution is delayed for any reason
(eg, the system was sleeping or the load average is too high for
timely execution).


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 basesrc/usr.sbin/cron/cron.c \
    basesrc/usr.sbin/cron/crontab.5
cvs rdiff -r1.3 -r1.4 basesrc/usr.sbin/cron/job.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index