freebsd-ports/net/nss-pam-ldapd
Alan Somers fe4dc1fd71 net/nss-pam-ldapd: use closefrom in nslcd
nslcd tries to close all file descriptors on startup.  It does that by
calling close() in a loop, running down from _SC_OPEN_MAX to 0.  Since
_SC_OPEN_MAX autoscales with available RAM, this can take more than a
minute on large servers.  The solution is to use closefrom.  Upstream
has already made that change in the master branch, but due to its slow
release cadence we're applying it here as well.

PR:		266970
Approved by:	zi (maintainer)
Sponsored by:	Axcient
2022-10-11 12:48:50 -06:00
..
files net/nss-pam-ldapd: use closefrom in nslcd 2022-10-11 12:48:50 -06:00
Makefile net/nss-pam-ldapd: use closefrom in nslcd 2022-10-11 12:48:50 -06:00
distinfo
pkg-descr Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
pkg-plist