Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.sbin/cron
Module Name: src
Committed By: atatat
Date: Wed Aug 13 03:51:16 UTC 2003
Modified Files:
src/usr.sbin/cron: job.c
Log Message:
Jobs specified for @reboot are only popped into the job queue at cron
startup time ("reboot" of cron, not the system), so okay_to_go() must
always say they are good to go. Otherwise they never will. All other
meta-timetags pertain to regular times, so they are (or were)
unaffected.
Problem noted by tron and successfully assigned to me by perry.
To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/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