From owner-freebsd-questions Wed Jan 10 14: 3:53 2001 Delivered-To: freebsd-questions@freebsd.org Received: from lamia.lf.net (lamia.LF.net [212.9.160.192]) by hub.freebsd.org (Postfix) with ESMTP id 6842037B69F for ; Wed, 10 Jan 2001 14:03:34 -0800 (PST) Received: by lamia.lf.net (Smail3.2.0.111/lamia.lf.net) via LF.net GmbH Internet Services for hub.freebsd.org id m14GTL3-001Sq2C; Wed, 10 Jan 2001 23:03:25 +0100 (CET) To: freebsd-questions@freebsd.org Subject: Re: Cronfile Not working References: Organization: LF.net GmbH X-Attribution: viteno X-URL: http://www.LF.net/ X-Face: iq-"D}ZS'It[NXourO#`D+JoJC>bZPU\xvX4Um\sR}_zUI?R: lt{Y/s1g[=5L/BHY@]NxB(D?&:tCwX@Vp:YJURe}$MDZ1&/v<`C+^AVc"s/&m`Mu#s| From: Norbert Koch Date: 10 Jan 2001 23:03:24 +0100 In-Reply-To: Message-ID: Lines: 22 User-Agent: Gnus/5.090001 (Oort Gnus v0.01) XEmacs/21.2 (Persephone) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Brad W" writes: Hi! > I created a cronfile on my FreeBSD (4.2 release) machine as follows: [...] > Now when attempt to view the crontab via (crontab -l), I get --> [...] > # (/tmp/crontab.rlDzdg1222 installed on Wed Jan 10 16:28:13 2001) [...] > ...Only there is no file /tmp/crontab.rlDzdg1222 > > Does anyone know what the problem might be? There is absolutely no problem. The "crontab" in /tmp is only a copy of your real crontab file (in /var/cron/tabs/) created to display it. cron works on the real crontabs, and you'll stay a happy camper, iff you don't mess with them :-) norbert. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message