A fairly simple patch that runs cron scripts under /etc/cron.* recursively. For example, I use this to keep the webstats scripts (where there's one for each virtual host) in a seperate directory - eg. /etc/cron.daily/webstats/allenjb.me.uk.
Created attachment 183723 [details, diff] Patch to run-crons for recursive behaviour
Reassigning to cron herd.
i don't think this is a desirable feature, and i don't think any other distro or cron implementation supports this. can you cite existing precedence here ? keep in mind this current implementation can get hung up on infinite loops: # cd /etc/cron.daily # ln -s . oops