svn commit: r328331 - head/etc
Kyle Evans
kevans at freebsd.org
Mon Apr 2 15:32:10 UTC 2018
On Wed, Jan 24, 2018 at 8:15 AM, Dmitry Marakasov <amdmi3 at 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
More information about the svn-src-head
mailing list