From owner-freebsd-questions@FreeBSD.ORG Thu Aug 26 23:04:08 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2B7E16A4CE for ; Thu, 26 Aug 2004 23:04:08 +0000 (GMT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4576E43D1F for ; Thu, 26 Aug 2004 23:04:08 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [69.27.131.0] ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Thu, 26 Aug 2004 18:05:36 -0500 Message-ID: <412E6C64.4070403@daleco.biz> Date: Thu, 26 Aug 2004 18:04:04 -0500 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040712 X-Accept-Language: en-us, en MIME-Version: 1.0 To: krinklyfig@spymac.com References: <200408260007.26659.krinklyfig@spymac.com> <200408260109.12229.krinklyfig@spymac.com> <412E0193.6080904@daleco.biz> <200408261313.16037.krinklyfig@spymac.com> In-Reply-To: <200408261313.16037.krinklyfig@spymac.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 26 Aug 2004 23:05:37.0193 (UTC) FILETIME=[32E36990:01C48BC1] cc: freebsd-questions@freebsd.org Subject: Re: crontab question involving cvsup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Aug 2004 23:04:08 -0000 Joshua Tinnin wrote: >On Thursday 26 August 2004 08:28 am, "Kevin D. Kinsey, DaleCo, S.P." > wrote: > > >>Unlike the system crontab, user crontabs, including root's, are >>under /var/cron; the file format is slightly different, and misuse >>of the system crontab for regular jobs is the cause of several >>FAQ posts we see here every few months or so; one of these goes >>something like, "why do I get an email from cron saying it can't >>complete my job, unknown user, etc. ??".... >> >> > >Again, I see nothing in the documentation warning against editing the >system crontab file, only that it can't be installed/edited with the >crontab command. > >- jt > > Well, you *can* do it that way ... but I wouldn't. No flub up of mine when running mergemaster is going to touch /var/cron/tabs/root; OTOH, if I put my script calls in /etc/crontab ... My point was that /etc/crontab is there for the machine, and per-user crontabs are there for the users --- and that includes root, so why not use it for what it's for? Of course, one of the nice things about BSD, if you know how and why, you can do it any way you like, almost... H.A.N.D., KDK