Re: git: bd6dce978c1a - main - rc.conf(5): Add _limits, _login_class, and _oomprotect
Date: Tue, 30 Nov 2021 01:13:04 UTC
On Tue, Nov 30, 2021 at 01:08:33AM +0000, Daniel Ebdrup Jensen wrote: >The branch main has been updated by debdrup (doc committer): > >URL: https://cgit.FreeBSD.org/src/commit/?id=bd6dce978c1a4d4472c98ff5685de3c2f2bd0203 > >commit bd6dce978c1a4d4472c98ff5685de3c2f2bd0203 >Author: Daniel Ebdrup Jensen <debdrup@FreeBSD.org> >AuthorDate: 2021-05-18 12:46:41 +0000 >Commit: Daniel Ebdrup Jensen <debdrup@FreeBSD.org> >CommitDate: 2021-11-30 01:06:40 +0000 > > rc.conf(5): Add _limits, _login_class, and _oomprotect > > Add a few very useful variables that might easily be overlooked, since > they're only documented in rc.subr(8) which might not be the first place > that people look. > > At least _oomprotect has existed since 11.0-RELEASE, and doesn't appear > to be very well-known. While the others aren't as new, in my estimation, > a lot more people would use them if they knew about them. > > While here, also add a reference to rc.subr(8) and login.conf(5), and > sort the variables alphabetically. > > Reported by: Daniel Dettlaff <dmilith at gmail.com> > Reviewed by: ceri, gbe, 0mp, ygy, a.wolk, pauamma >--- Hi folks, Sorry, despite working on this for what's probably too long, I forgot to add this: Differential Revision: https://reviews.freebsd.org/D30330 Clearly I need a small pointy hat. :) Yours apologetically, Daniel Ebdrup Jensen