From owner-freebsd-questions@FreeBSD.ORG Tue Apr 22 21:29:54 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7F3BE106566B for ; Tue, 22 Apr 2008 21:29:54 +0000 (UTC) (envelope-from mail@ozzmosis.com) Received: from smtp.mel.people.net.au (smtp.mel.people.net.au [218.214.17.98]) by mx1.freebsd.org (Postfix) with SMTP id A87AA8FC2A for ; Tue, 22 Apr 2008 21:29:53 +0000 (UTC) (envelope-from mail@ozzmosis.com) Received: (qmail 1466 invoked from network); 22 Apr 2008 21:29:51 -0000 Received: from unknown (HELO blizzard.dnsalias.org) (218.215.153.152) by smtp.mel.people.net.au with SMTP; 22 Apr 2008 21:29:51 -0000 Received: by blizzard.dnsalias.org (Postfix, from userid 1001) id AFC351706A; Wed, 23 Apr 2008 07:29:50 +1000 (EST) Date: Wed, 23 Apr 2008 07:29:50 +1000 From: andrew clarke To: Robert Huff Message-ID: <20080422212950.GA76914@ozzmosis.com> References: <36b22dcf9403783aa82cb84ac8a886aa@localhost> <20080422111826.GA26749@ozzmosis.com> <20080422163456.285ad902@scorpio> <20080422205618.GA76601@ozzmosis.com> <18446.21165.998622.980633@jerusalem.litteratus.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <18446.21165.998622.980633@jerusalem.litteratus.org> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: freebsd-questions@freebsd.org Subject: Re: Crontab @reboot directive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2008 21:29:54 -0000 On Tue 2008-04-22 17:03:41 UTC-0400, Robert Huff (roberthuff@rcn.com) wrote: > > > > @reboot /usr/local/bin/fetchmail -d 120 > > > > > > Is there a specific reason that you choose to do that rather than > > > starting it by adding: fetchmail_enable="YES" to the /etc/rc.conf file? > > > > Since I have root access on that machine, yes I could do that. But > > for my particular setup I couldn't see any advantage. Plus, the less > > I need to edit system-wide config files, the better, I think. > > I'm confused: how is /etc/rc.conf any more a "system-wide > config file" than /etc/crontab? I run fetchmail from the user crontab (edited with "crontab -e"), not /etc/crontab.