Hello,
I have made some scripts which will run with cron.
I made a template in /etc/e-smith/templates-custom/etc/crontab, and the entries are inserted in /etc/crontab with the expand-command.
The problem is, that the script are not running..

I even restarted crond, but it didn't help. The old things in /etc/crontab still run as before.
I looked at root's crontab with the command crontab -l, but this doesn't seem to reflect the entries in /etc/crontab.
What's the different between /etc/crontab and /var/spool/cron/root?
Jonas