For automation tools it is way easier to maintain files in directories rather
than modifying /etc/crontab.
The files in those directories are in the same format as /etc/crontab
Paths
| Differential D8400 Authored by bapt on Oct 31 2016, 4:55 PM.
Details
Summary For automation tools it is way easier to maintain files in directories rather The files in those directories are in the same format as /etc/crontab
Diff Detail
Event TimelineHerald added a reviewer: manpages. · View Herald TranscriptOct 31 2016, 4:55 PM2016-10-31 16:55:06 (UTC+0) This revision is now accepted and ready to land.Oct 31 2016, 4:59 PM2016-10-31 16:59:32 (UTC+0) Closed by commit rS308139: cron(8): add support for /etc/cron.d and /usr/local/etc/cron.d (authored by bapt). · Explain WhyOct 31 2016, 6:20 PM2016-10-31 18:20:32 (UTC+0) This revision was automatically updated to reflect the committed changes. jilles added inline comments.
bapt added inline comments. Comment Actions This is a long-awaited feature that we have been missing, and it's great we finally have it implemented. As much as I welcome this, I found a couple of differences in features this implementation has from Debian's, so let me point them out in inline comments.
Comment Actions
I agree with both comments, I do not have much time right now to work on this, right now, do not hesitate to propose a patch if you have time otherwise I will do it as soon as I can find free time
Revision Contents
Diff 21843 head/etc/mtree/BSD.root.dist
head/usr.sbin/cron/cron/cron.h
head/usr.sbin/cron/cron/cron.8
head/usr.sbin/cron/cron/database.c
|