CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/01/11 07:23:50
Modified files:
usr.sbin/cron : atrun.c cron.c crontab.c database.c structs.h
Log message:
When caching the mtime of the spool directory and system crontab files,
stash a struct timespec, not just a time_t. Fixes a bug where cron
could skip re-reading the spool after two consecutive changes.
