Re: cron not running job

2004-12-20 Thread Tom Vilot
> I'm having problems getting my freshly update FreeBSD 5.3 system to run > my cron jobs. Logged in as root, I enter the job in root's crontab with > the following command > > crontab -e > > I enter the job in the following format: > > 05 10 * * * /root/cronjobs/cv

Re: cron not running job

2004-12-14 Thread Kirk Strauser
On Tuesday 14 December 2004 12:20, Andy Clements wrote: > Did I forget some small tid-bit that needs to change for this to work? Cron requires a newline at the end of the file. I'll bet that your crontab ends with "cvs-sup.sh" and not "cvs-sup.sh". -- Kirk Strauser pgpBCUQtL0uV4.pgp Descript

Re: cron not running job

2004-12-14 Thread Andy Clements
Andy Clements wrote: Hello All, I'm having problems getting my freshly update FreeBSD 5.3 system to run my cron jobs. Logged in as root, I enter the job in root's crontab with the following command crontab -e I enter the job in the following format: 05 10 * * * /root

cron not running job

2004-12-14 Thread Andy Clements
Hello All, I'm having problems getting my freshly update FreeBSD 5.3 system to run my cron jobs. Logged in as root, I enter the job in root's crontab with the following command crontab -e I enter the job in the following format: 05 10 * * * /root/cronjobs/cvs-sup.sh