Hi,
I have made some adjustements to crontab. However, every scripts that is run results in an email to root. Is there a way to stop this?
My crontab looks something like this (and yes I want those scripts):
#heartbeat in logging
* * * * * root logger heartbeat date
#dhcp check, do I have an ip
5,15,25,35,45,55 * * * * root /root/scripts/checkip
#do dailystuuf
1 1 * * * root /root/scripts/dodailystuff
Hans-Cees