Page MenuHomeFreeBSD

gssd: Be consistent about Makefile conditionals
ClosedPublic

Authored by ivy on Aug 8 2025, 2:09 AM.
Tags
None
Referenced Files
F158009520: D51812.diff
Wed, May 27, 11:08 AM
Unknown Object (File)
Mon, May 4, 10:34 PM
Unknown Object (File)
Wed, Apr 29, 1:23 AM
Unknown Object (File)
Wed, Apr 29, 1:14 AM
Unknown Object (File)
Mon, Apr 27, 11:41 PM
Unknown Object (File)
Apr 21 2026, 5:04 PM
Unknown Object (File)
Apr 21 2026, 12:26 AM
Unknown Object (File)
Mar 28 2026, 2:03 AM
Subscribers

Details

Summary

gssd itself is only built when both MK_GSSAPI and MK_KERBEROS_SUPPORT
are enabled, but the init script and OptionalObsoleteFiles entries
only checked MK_GSSAPI. Check both variables everywhere.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

ivy requested review of this revision.Aug 8 2025, 2:09 AM
des added a subscriber: des.
des added inline comments.
tools/build/mk/OptionalObsoleteFiles.inc
6899

while we're here, can you please double-check if this section is correct?

This revision is now accepted and ready to land.Aug 8 2025, 8:16 AM

Thanks for doing this. I was going to start looking at this
to-day, but I'm glad to see you've done it.

This revision was automatically updated to reflect the committed changes.