Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Dec 2024 22:16:15 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 283359] dtrace -h is broken again
Message-ID:  <bug-283359-227-bHjdohBlaB@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-283359-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-283359-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=3D283359

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

URL:
https://cgit.FreeBSD.org/src/commit/?id=3Db64c5a0ace59af62eff52bfe110a521dc=
73c937b

commit b64c5a0ace59af62eff52bfe110a521dc73c937b
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2024-12-16 22:09:39 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2024-12-16 22:09:39 +0000

    ipfw.d: Add required dependency declarations

    ipfw.d requires definitions of, at least, in_addr_t and struct ip6_addr,
    which it must obtain from CTF info.  This is found by looking at
    $(sysctl -n kern.bootfile)/kernel, which might not be available in a
    jail.

    These depends_on declarations ensure that dtrace(1) invocations will
    simply abort processing of ipfw.d if the required binaries can't be
    found, rather than raising an error.

    PR:             283359
    MFC after:      1 week

 share/dtrace/ipfw.d | 2 ++
 1 file changed, 2 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-283359-227-bHjdohBlaB>