Am 08.12.2011 09:30, schrieb Fajar Priyanto:
On Thu, Dec 8, 2011 at 4:27 PM, Cliff Pratt enkiduonthenet@gmail.com wrote:
You can put a crontab file in there. Just don't alter any of the others. Crond automatically runs everything in /etc/cron.d, in /etc/crontab, and in user crontabs.
That's what I thought, but /etc/crontab only mention this: # run-parts 01 * * * * root run-parts /etc/cron.hourly 02 4 * * * root run-parts /etc/cron.daily 22 4 * * 0 root run-parts /etc/cron.weekly 42 4 1 * * root run-parts /etc/cron.monthly
No /etc/cron.d
jesus christ crond does not need a hint in the crontab to know that he has to enumerate /etc/cron.d
the same all other software working with /etc/anything.d/ does not need to ne configured to do that