Subject: CVS commit: src/usr.sbin/cron
To: None <source-changes@NetBSD.org>
From: Andrew Brown <atatat@netbsd.org>
List: source-changes
Date: 08/13/2003 03:51:16
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.