[Bug 293959] ntpd fails to start after upgrade from 13.0

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 21 Mar 2026 20:49:36 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293959

--- Comment #2 from John Zielinski <avernar@gmail.com> ---
Not sure what my kernel config has to do with libraries not being installed by
make installworld but here it is:

include         GENERIC
ident           SERVER

# Clock
options         HZ=1000

# Console
options         TEKEN_UTF8              # Add support for UTF-8 console

# Network
makeoptions     WITH_EXTRA_TCP_STACKS=1
options         TCPHPTS
options         RATELIMIT
device          epair                   # Virtual back to back ethernet
device          if_bridge               # Bridge interface

# Filesystems
options         NULLFS                  #NULL filesystem
options         UNIONFS                 #Union filesystem

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