From owner-freebsd-current@FreeBSD.ORG Fri Jun 1 17:38:49 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5E0D51065740; Fri, 1 Jun 2012 17:38:49 +0000 (UTC) (envelope-from wjw@digiware.nl) Received: from mail.digiware.nl (mail.ip6.digiware.nl [IPv6:2001:4cb8:1:106::2]) by mx1.freebsd.org (Postfix) with ESMTP id E46968FC0C; Fri, 1 Jun 2012 17:38:47 +0000 (UTC) Received: from rack1.digiware.nl (localhost.digiware.nl [127.0.0.1]) by mail.digiware.nl (Postfix) with ESMTP id 93BC3153438; Fri, 1 Jun 2012 19:38:46 +0200 (CEST) X-Virus-Scanned: amavisd-new at digiware.nl Received: from mail.digiware.nl ([127.0.0.1]) by rack1.digiware.nl (rack1.digiware.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id w-HMxaZbNZOo; Fri, 1 Jun 2012 19:38:45 +0200 (CEST) Received: from [192.168.10.67] (opteron [192.168.10.67]) by mail.digiware.nl (Postfix) with ESMTP id DBF86153434; Fri, 1 Jun 2012 19:38:45 +0200 (CEST) Message-ID: <4FC8FE23.6010403@digiware.nl> Date: Fri, 01 Jun 2012 19:38:43 +0200 From: Willem Jan Withagen User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 MIME-Version: 1.0 To: Garrett Cooper References: <4FBDE81C.9010909@digiware.nl> <4FBE6A6C.6030708@FreeBSD.org> <4FBE7778.4070004@digiware.nl> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Fri, 01 Jun 2012 18:06:19 +0000 Cc: Doug Barton , FreeBSD Current Subject: Re: Daily, weekly, security scripts.... X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jun 2012 17:38:49 -0000 On 2012-05-28 1:25, Garrett Cooper wrote: > Here's a revised patch (based on something I brought up earlier) > that converts periodic over to an rc.subr-like paradigm. > This can be directly applied to HEAD; you will need to backport > r231849 first if you want to apply the patch to 9-STABLE, etc (the > change wasn't MFCed -- not sure why). 'mmmm, 2 problems: - I run 8.x on most boxes atm. - I'm still an SVN noob, got no further than just to fetch the tree. So I'll need time to catch up on this. --WjW