From owner-cvs-src@FreeBSD.ORG Mon Aug 22 18:03:20 2005 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3440016A41F; Mon, 22 Aug 2005 18:03:20 +0000 (GMT) (envelope-from cperciva@freebsd.org) Received: from pd4mo1so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E96243D53; Mon, 22 Aug 2005 18:03:19 +0000 (GMT) (envelope-from cperciva@freebsd.org) Received: from pd5mr3so.prod.shaw.ca (pd5mr3so-qfe3.prod.shaw.ca [10.0.141.144]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0ILM005B3XMU6100@l-daemon>; Mon, 22 Aug 2005 11:52:06 -0600 (MDT) Received: from pn2ml9so.prod.shaw.ca ([10.0.121.7]) by pd5mr3so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0ILM00043XMUKGM0@pd5mr3so.prod.shaw.ca>; Mon, 22 Aug 2005 11:52:06 -0600 (MDT) Received: from [192.168.0.60] (S0106006067227a4a.vc.shawcable.net [24.87.209.6]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.18 (built Jul 28 2003)) with ESMTP id <0ILM00IL6XMTQU@l-daemon>; Mon, 22 Aug 2005 11:52:06 -0600 (MDT) Date: Mon, 22 Aug 2005 10:52:05 -0700 From: Colin Percival In-reply-to: <20050822110610.GE941@kaiser.sig11.org> To: Matteo Riondato Message-id: <430A10C5.7080903@freebsd.org> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7bit X-Accept-Language: en-us, en References: <200508220933.j7M9Xasc023408@repoman.freebsd.org> <20050822110610.GE941@kaiser.sig11.org> User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050724) Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/etc/periodic/security security.functions X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2005 18:03:20 -0000 Matteo Riondato wrote: > On Mon, Aug 22, 2005 at 09:33:36AM +0000, Colin Percival wrote: >> Modified files: >> etc/periodic/security security.functions >> Log: >> When looking for new lines in diff output, grep for '^[>+]' instead of >> '^>', in order to catch both normal and unified diffs. > > Does this fix conf/73992 ? I think so, yes. I've grabbed the PR, and I'll close it after I MFC this change to RELENG_6. Colin Percival