Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Aug 2004 18:04:04 -0500
From:      "Kevin D. Kinsey, DaleCo, S.P." <kdk@daleco.biz>
To:        krinklyfig@spymac.com
Cc:        freebsd-questions@freebsd.org
Subject:   Re: crontab question involving cvsup
Message-ID:  <412E6C64.4070403@daleco.biz>
In-Reply-To: <200408261313.16037.krinklyfig@spymac.com>
References:  <200408260007.26659.krinklyfig@spymac.com> <200408260109.12229.krinklyfig@spymac.com> <412E0193.6080904@daleco.biz> <200408261313.16037.krinklyfig@spymac.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Joshua Tinnin wrote:

>On Thursday 26 August 2004 08:28 am, "Kevin D. Kinsey, DaleCo, S.P." 
><kdk@daleco.biz> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?412E6C64.4070403>