Date: Fri, 16 Feb 2007 05:42:34 +0300 From: Andrey Chernov <ache@FreeBSD.org> To: Renato Botelho <garga@FreeBSD.org>, ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org 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 Message-ID: <20070216024234.GA87224@nagual.pp.ru> In-Reply-To: <20070216023631.GA87144@nagual.pp.ru> References: <200702160019.l1G0JWvK025915@repoman.freebsd.org> <20070216003036.GA67028@nagual.pp.ru> <20070216021244.GA86316@nagual.pp.ru> <20070216023631.GA87144@nagual.pp.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070216024234.GA87224>