I am trying to script an automated crontab entry for a kickstart postinstall script but I cant seem to get it to work. Here is what I have been trying to use
# Setup Time cron job cat <<EOF >/tmp/crontab.root 0,15,30,45 * * * * /usr/sbin/ntpdate -s 136.159.2.1 >/dev/null 2>&1 <hr> <b><font color=blue size=4>Open Enterprise Solutions</font></b> <b><font color=red>Linux & Open Source Solutions for Business</font></b> Johnny Stork, BA Calgary, AB Canada <a href="http://www.openenterprise.ca"> www.openenterprise.ca</a> --------------------------------------------------- The Webtop Personal Web-based Email System http://www.yourwebtop.com
