svn commit: r346427 - in head/usr.sbin/cron: cron crontab

2019-09-03 Thread Kyle Evans
Author: kevans Date: Sat Apr 20 02:54:20 2019 New Revision: 346427 URL: https://svnweb.freebsd.org/changeset/base/346427 Log: cron(8): schedule interval jobs that get loaded during execution Jobs using the @ syntax currently only get executed if they exist when cron is started. The simple

svn commit: r346427 - in head/usr.sbin/cron: cron crontab

2019-04-19 Thread Kyle Evans
Author: kevans Date: Sat Apr 20 02:54:20 2019 New Revision: 346427 URL: https://svnweb.freebsd.org/changeset/base/346427 Log: cron(8): schedule interval jobs that get loaded during execution Jobs using the @ syntax currently only get executed if they exist when cron is started. The simple