- Update to 3.1.1 - Respect NOPORTDOCS Added file(s): - files/nsd.in Removed file(s): - files/nsd.sh.tmpl Patch partly based on changes submitted in PR#125625 by pgollucci http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/125625
Responsible Changed From-To: freebsd-ports-bugs->pgollucci
NSD 3.1.1 allows you to change the compile time limit on the number of IP addresses it will support. The default of 8 is too low to be useful on many systems. Any chance you'd consider bumping it up to something a little higher like 512 by default? It's just a matter of adding --with-max_interfaces=512 to CONFIGURE_ARGS. John
State Changed From-To: open->feedback Ask for maintainer approval.
Here is a new patch with an added OPTION for enabling 512 max interfaces instead of the default 8
State Changed From-To: feedback->open Feedback received.
pgollucci 2008-07-28 22:25:55 UTC FreeBSD ports repository Modified files: dns/nsd Makefile distinfo pkg-plist Added files: dns/nsd/files nsd.in Removed files: dns/nsd/files nsd.sh.tmpl Log: - Update to 3.1.1 - Respect NOPORTDOCS - Add option NSDMAX_INT - rename rc.d script nsd.sh -> nsd PR: ports/125898 Approved by: Olafur Osvaldsson <osvaldsson@icelandic.net> (maintainer), araujo (mentor) Revision Changes Path 1.38 +22 -18 ports/dns/nsd/Makefile 1.27 +3 -3 ports/dns/nsd/distinfo 1.1 +31 -0 ports/dns/nsd/files/nsd.in (new) 1.4 +0 -32 ports/dns/nsd/files/nsd.sh.tmpl (dead) 1.6 +5 -5 ports/dns/nsd/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, with minor changes. Thanks!