On 3/2/19 7:05 PM, William Hubbs wrote:
>
> Is there a reason we still use run-parts and the
> /etc/cron.{hourly,daily,weekly,monthly} structure to run repeating cron jobs?
>
> From what I read in the chat earlier, it sounds like the modern crons
> might be able to handle this without that structure, but I'm not sure.
https://bugs.gentoo.org/69777
Totally. We should replace run-parts with something much simpler and
more predictable. Then, if that doesn't work for you, all modern crons
can do the things that run-parts tries to do, but better.
Basically: if I choose vixie-cron, then let me get the vixie-cron
behavior. Or if I choose something more modern, get out of the way.