From owner-cvs-all@FreeBSD.ORG Fri Feb 16 02:42:36 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2896E16A402; Fri, 16 Feb 2007 02:42:36 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (nagual.pp.ru [194.87.13.69]) by mx1.freebsd.org (Postfix) with ESMTP id A1D6E13C471; Fri, 16 Feb 2007 02:42:35 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.13.8/8.13.8) with ESMTP id l1G2gYkF087282; Fri, 16 Feb 2007 05:42:34 +0300 (MSK) (envelope-from ache@nagual.pp.ru) Received: (from ache@localhost) by nagual.pp.ru (8.13.8/8.13.8/Submit) id l1G2gY7G087281; Fri, 16 Feb 2007 05:42:34 +0300 (MSK) (envelope-from ache) Date: Fri, 16 Feb 2007 05:42:34 +0300 From: Andrey Chernov To: Renato Botelho , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20070216024234.GA87224@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Renato Botelho , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org References: <200702160019.l1G0JWvK025915@repoman.freebsd.org> <20070216003036.GA67028@nagual.pp.ru> <20070216021244.GA86316@nagual.pp.ru> <20070216023631.GA87144@nagual.pp.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070216023631.GA87144@nagual.pp.ru> User-Agent: Mutt/1.5.13 (2006-08-11) Cc: Subject: Re: cvs commit: ports/security/clamav Makefile distinfo pkg-plist ports/security/clamav/files extra-patch-libclamav__unrarlib.h extra-patch-libunrar patch-configure patch-libclamav::zziplib::zzip-conf.h patch-libclamav_clamav.h pkg-deinstall.in pkg-install.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Feb 2007 02:42:36 -0000 On Fri, Feb 16, 2007 at 05:36:31AM +0300, Andrey Chernov wrote: > More things: > > -e 's|^\#?(AllowSupplementaryGroups)$$|\1|' \ > -e 's|^\#?(ScanMail)$$|\1|' \ > -e 's|^\#?(FixStaleSocket)$$|\1|' \ > > All must be |\1 yes| instead of |\1| because they switch to strict boolean > parsing now. Correction: regexp should be changed like this: ^\#?(FixStaleSocket).*$$ because they all already have those "yes|no" endings now in the default config. -- http://ache.pp.ru/