]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r308139,r308157,r308158:
authorngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 19 Jul 2017 20:24:38 +0000 (20:24 +0000)
committerngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 19 Jul 2017 20:24:38 +0000 (20:24 +0000)
commitca535566fe915db94cfbafb6b97d1cf0410d7705
treee22e5a2e6556af3327555cd19fb72a0ab54483cb
parent883402350a3c4c2686cab1eb1975f16c59e0626c
MFC r308139,r308157,r308158:

r308139 (by bapt):

cron(8): add support for /etc/cron.d and /usr/local/etc/cron.d

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

Relnotes: yes

r308157 (by bapt):

Fix typo in cron(8) date

r308158 (by bapt):

Allow symlinks to be followed in cron.d directories and fix detection of
regular files on NFS

git-svn-id: svn://svn.freebsd.org/base/stable/10@321242 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
etc/mtree/BSD.root.dist
usr.sbin/cron/cron/cron.8
usr.sbin/cron/cron/cron.h
usr.sbin/cron/cron/database.c
usr.sbin/cron/cron/pathnames.h
usr.sbin/cron/lib/misc.c