On Wed, Jan 24, 2018 at 8:15 AM, Dmitry Marakasov <amd...@freebsd.org> wrote: > Author: amdmi3 (ports committer) > Date: Wed Jan 24 14:15:06 2018 > New Revision: 328331 > URL: https://svnweb.freebsd.org/changeset/base/328331 > > Log: > Support configuring arbitrary limits(1) for any daemon in rc.conf > > Usage is ${name}_limits, and the argument is any flags accepted by > limits(1), such as `-n 100' (e.g. only allow 100 open files). > > Approved by: cy > Differential Revision: https://reviews.freebsd.org/D14015 > > Modified: > head/etc/rc.subr > > Modified: head/etc/rc.subr
To answer a question you've posed in the Diff. Review, I've MFC'd this to stable/11 as r331880. 0mp@ is working on an effort to correct some leftover ${name}_limits usage in ports that leads to wrong behavior as a result of this commit. Any chance you could help him out with that? Thanks, Kyle Evans _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"