Page MenuHomeFreeBSD

bootpd: reorganize to match NetBSD's layout
AbandonedPublic

Authored by kevans on Sep 30 2021, 4:13 AM.
Tags
None
Referenced Files
Unknown Object (File)
Aug 18 2025, 5:47 PM
Unknown Object (File)
Aug 9 2025, 3:49 PM
Unknown Object (File)
Aug 2 2025, 12:25 PM
Unknown Object (File)
Aug 1 2025, 2:58 PM
Unknown Object (File)
Jul 3 2025, 11:32 PM
Unknown Object (File)
Jul 3 2025, 8:36 PM
Unknown Object (File)
Jul 2 2025, 9:59 AM
Unknown Object (File)
Jun 24 2025, 2:55 AM
Subscribers

Details

Reviewers
emaste
markj
imp
Group Reviewers
manpages
Summary

This is a little more logical of a layout, and makes it easier to
compare the two.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 41862
Build 38750: arc lint + arc unit

Event Timeline

LGTM, but I only looked at the makefiles. I didn't build it :)

libexec/bootp/Makefile.inc
6

tab?

This revision is now accepted and ready to land.Sep 30 2021, 4:16 AM
gbe added a subscriber: gbe.

LGTM for the man page parts.

I have no objection, but why bother?

I have no objection, but why bother?

I had it used it immediately for determining if they did anything else when removing USE_BFUNCS, and I plan to revisit it later to pull over some other small wins to minimize the diff -r (K&R -> ANSI, a couple other bits)

I have no objection, but why bother?

I had it used it immediately for determining if they did anything else when removing USE_BFUNCS, and I plan to revisit it later to pull over some other small wins to minimize the diff -r (K&R -> ANSI, a couple other bits)

Oh sorry, I meant that more broadly: why bother sync'ing bootpd at all?

I have no objection, but why bother?

I had it used it immediately for determining if they did anything else when removing USE_BFUNCS, and I plan to revisit it later to pull over some other small wins to minimize the diff -r (K&R -> ANSI, a couple other bits)

Oh sorry, I meant that more broadly: why bother sync'ing bootpd at all?

Oh, that I don't have a good answer for. I only cared enough to sync bits around USE_BFUNCS because I needed that out of the way and sync'ing to NetBSD is safer for me in particular since I don't have the capability to runtime test it.

I'm going to punt on this and just apply the follow-up; I likely won't get around to doing any in-depth comparisons for a while since I don't really use it, so let's avoid the churn.