Subject: CVS commit: pkgsrc
From: Johnny C. Lam
Date: 2007-09-23 13:42:44
Message id: 20070923114244.955F121507@cvs.netbsd.org

Log Message:
Don't hardcode the use of "99" as a file descriptor because it may
not be available.  Instead, use (OPEN_MAX - 1) which uses the same
"pick a high number" strategy as choosing "99", but is more \ 
likely to
be available.  This allows users with a soft limit of 64 open files
to run courierfilter and courierldapaliasd.

Bump the following PKGREVISIONs:

	mail/courier-mta	--> 11
	meta-pkgs/courier	--> 7
	net/couriertcpd		--> 3

Files:
RevisionActionfile
1.21modifypkgsrc/mail/courier-mta/Makefile
1.8modifypkgsrc/mail/courier-mta/distinfo
1.8modifypkgsrc/meta-pkgs/courier/Makefile
1.11modifypkgsrc/net/couriertcpd/Makefile
1.6modifypkgsrc/net/couriertcpd/distinfo
1.1addpkgsrc/mail/courier-mta/patches/patch-aw
1.3addpkgsrc/net/couriertcpd/patches/patch-ab