Date: Fri, 14 Jul 2023 09:58:19 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 272129] rc.d/kld should run before rc.d/sysctl Message-ID: <bug-272129-227-qidyabKAuS@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-272129-227@https.bugs.freebsd.org/bugzilla/> References: <bug-272129-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D272129 --- Comment #11 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3D09267cc15284795fef958fb9ed786bb23= 82d6763 commit 09267cc15284795fef958fb9ed786bb2382d6763 Author: Doug Rabson <dfr@FreeBSD.org> AuthorDate: 2023-06-21 12:26:17 +0000 Commit: Doug Rabson <dfr@FreeBSD.org> CommitDate: 2023-07-14 09:49:47 +0000 /etc/rc.subr: add support for kld sysctl variables For kernel modules loaded by scripts in /etc/rc.d and /usr/local/etc/rc.d, if there is a file in /etc/sysctl.conf.d named <kld name>.conf, then this will be loaded using the sysctl(8) utility. For instance, sysctl variable changes for the pf kernel module would be placed in the file /etc/sysctl.conf.d/pf.conf. PR: 272129 Reviewed by: imp freebsd_igalic.co MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D40886 etc/mtree/BSD.root.dist | 2 ++ libexec/rc/rc.subr | 3 +++ share/man/man5/sysctl.conf.5 | 10 ++++++++++ 3 files changed, 15 insertions(+) --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-272129-227-qidyabKAuS>