freebsd-src/usr.sbin/cron
Kyle Evans 1cb7491a3f cron(8): Reload database if an existing job in cron.d changed as well
Directory mtime will only change if a file is added or removed, not
modified. For /var/cron/tabs, this is fine because of how crontab(1) manages
it using temp files so all crontab(1) changes will trigger a reload of the
database.

For /etc/cron.d and /usr/local/etc/cron.d, this is not necessarily the case.
Instead of checking their mtime, we should descend into them and check mtime
on all jobs also.

Reported by:	des
Reviewed by:	bapt
MFC after:	1 week
2018-04-12 13:52:55 +00:00
..
cron cron(8): Reload database if an existing job in cron.d changed as well 2018-04-12 13:52:55 +00:00
crontab DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
doc
lib usr.sbin: normalize paths using SRCTOP-relative paths or :H when possible 2017-03-04 11:38:03 +00:00
Makefile
Makefile.inc Readd Makefile.inc that were used to include upper level Makefile.inc and 2014-11-28 22:03:35 +00:00