Date: Wed, 10 Jan 2001 16:28:12 -0500 From: "Brad W" <bradley_watts@hotmail.com> To: questions@freebsd.org Subject: Cronfile Not working Message-ID: <F258I7iJVwW3lDU74nd000159d0@hotmail.com>
next in thread | raw e-mail | index | archive | help
Hi there, I created a cronfile on my FreeBSD (4.2 release) machine as follows: bash> crontab -e 0 10 * * 2 /usr/home/bwatts/scripts/mail_to.sh > /dev/null 2>&1 10 16 * * * /usr/home/bwatts/scripts/test.sh > /dev/null 2>&1 /tmp/crontab.rlDzdg1222: 2 lines, 126 characters. crontab: installing new crontab bash$ Now when attempt to view the crontab via (crontab -l), I get --> bash$ crontab -l # DO NOT EDIT THIS FILE - edit the master and reinstall. # (/tmp/crontab.rlDzdg1222 installed on Wed Jan 10 16:28:13 2001) # (Cron version -- $FreeBSD: src/usr.sbin/cron/crontab/crontab.c,v 1.12.2.1 2000/11/09 11:05:36 dwmalone Exp $) 0 10 * * 2 /usr/home/bwatts/scripts/mail_to.sh > /dev/null 2>&1 10 16 * * * /usr/home/bwatts/scripts/test.sh > /dev/null 2>&1 ...Only there is no file /tmp/crontab.rlDzdg1222 Does anyone know what the problem might be? _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?F258I7iJVwW3lDU74nd000159d0>