[Bug 272129] rc.d/kld should run before rc.d/sysctl

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 14 Jul 2023 09:58:19 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272129

--- Comment #11 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=09267cc15284795fef958fb9ed786bb2382d6763

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(+)

-- 
You are receiving this mail because:
You are the assignee for the bug.