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

Andrey Chernov ache at FreeBSD.org
Fri Feb 16 02:42:36 UTC 2007


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/


More information about the cvs-ports mailing list