From owner-freebsd-questions@FreeBSD.ORG Tue Apr 22 21:03:46 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 057A2106566B for ; Tue, 22 Apr 2008 21:03:46 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id 9B96F8FC22 for ; Tue, 22 Apr 2008 21:03:45 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from mr08.lnh.mail.rcn.net ([207.172.157.28]) by smtp02.lnh.mail.rcn.net with ESMTP; 22 Apr 2008 17:03:44 -0400 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr08.lnh.mail.rcn.net (MOS 3.8.6-GA) with ESMTP id JWF69079; Tue, 22 Apr 2008 17:03:44 -0400 (EDT) Received: from 209-6-22-188.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.22.188]) by smtp01.lnh.mail.rcn.net with ESMTP; 22 Apr 2008 17:03:42 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18446.21165.998622.980633@jerusalem.litteratus.org> Date: Tue, 22 Apr 2008 17:03:41 -0400 To: andrew clarke In-Reply-To: <20080422205618.GA76601@ozzmosis.com> References: <36b22dcf9403783aa82cb84ac8a886aa@localhost> <20080422111826.GA26749@ozzmosis.com> <20080422163456.285ad902@scorpio> <20080422205618.GA76601@ozzmosis.com> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr08.lnh.mail.rcn.net) 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:03:46 -0000 andrew clarke writes: > > > @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? Robert Huff