Page MenuHomeFreeBSD

gssd: Be consistent about Makefile conditionals
ClosedPublic

Authored by ivy on Aug 8 2025, 2:09 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Mar 28, 2:03 AM
Unknown Object (File)
Wed, Mar 18, 3:20 PM
Unknown Object (File)
Wed, Mar 18, 3:13 PM
Unknown Object (File)
Sun, Mar 15, 4:12 PM
Unknown Object (File)
Sun, Mar 15, 4:40 AM
Unknown Object (File)
Mar 9 2026, 6:01 PM
Unknown Object (File)
Mar 7 2026, 6:13 PM
Unknown Object (File)
Mar 7 2026, 6:33 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.