From owner-freebsd-stable@FreeBSD.ORG Fri Feb 29 12:59:38 2008 Return-Path: Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7689E1065675 for ; Fri, 29 Feb 2008 12:59:38 +0000 (UTC) (envelope-from nb@ravenbrook.com) Received: from raven.ravenbrook.com (raven.ravenbrook.com [193.164.110.8]) by mx1.freebsd.org (Postfix) with ESMTP id CF1DA8FC15 for ; Fri, 29 Feb 2008 12:59:37 +0000 (UTC) (envelope-from nb@ravenbrook.com) Received: from thrush.ravenbrook.com (thrush.ravenbrook.com [193.164.110.145]) by raven.ravenbrook.com (8.13.8/8.13.8) with ESMTP id m1TCT0D4025745; Fri, 29 Feb 2008 12:29:00 GMT (envelope-from nb@ravenbrook.com) Received: from thrush.ravenbrook.com (localhost [127.0.0.1]) by thrush.ravenbrook.com (8.13.4/8.13.4) with ESMTP id m1TCT05C074724; Fri, 29 Feb 2008 12:29:00 GMT (envelope-from nb@thrush.ravenbrook.com) From: Nick Barnes To: Willy@Offermans.Rompen.nl In-Reply-To: <20080229121526.GB4309@wiz.vpn.offrom.nl> from Willy Offermans of "Fri, 29 Feb 2008 13:15:26 +0100" Date: Fri, 29 Feb 2008 12:29:00 +0000 Message-ID: <74723.1204288140@thrush.ravenbrook.com> Sender: nb@ravenbrook.com X-Virus-Scanned: ClamAV 0.92.1/6040/Fri Feb 29 08:45:31 2008 on raven.ravenbrook.com X-Virus-Status: Clean X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on raven.ravenbrook.com X-Spam-Level: X-Spam-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,PLING_QUERY autolearn=no version=3.2.3 Cc: freebsd-stable@FreeBSD.ORG Subject: Re: $HOME changed from 6.2 to 6.3 and 7.0 ?! X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Feb 2008 12:59:38 -0000 At 2008-02-29 12:15:26+0000, Willy Offermans writes: > Is /usr/local/etc/periodic/daily/ not the place to put your daily > executable scripts? What is daily.local about? /etc/daily.local predates /etc/periodic/, somewhat. It was introduced in 1996. Before that, there was just the /etc/daily script, which was cut over to /etc/periodic/... some time in 1997. God bless the FreeBSD project's careful approach to compatibility. Nick B