NetBSD/usr.sbin/cron
atatat 4e34961a55 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.
2003-08-13 03:51:15 +00:00
..
Makefile
compat.c
compat.h
config.h
cron.8
cron.c
cron.h
crontab.1
crontab.5
crontab.c In "crontab -l", suppress the header lines, just as "crontab -e" does. 2003-06-23 22:36:02 +00:00
database.c
do_command.c use setproctitle() instead of uppercasing ProgramName 2003-04-10 14:14:15 +00:00
entry.c
env.c
externs.h
job.c Jobs specified for @reboot are only popped into the job queue at cron 2003-08-13 03:51:15 +00:00
misc.c set close on exec on a couple of FDs. from Charles Blundell PR security/16663 2003-04-04 01:24:09 +00:00
pathnames.h
popen.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:25:11 +00:00
user.c