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)
Fri, Oct 10, 5:25 PM
Unknown Object (File)
Fri, Oct 10, 5:25 PM
Unknown Object (File)
Fri, Oct 10, 5:25 PM
Unknown Object (File)
Fri, Oct 10, 12:16 PM
Unknown Object (File)
Wed, Oct 1, 11:52 AM
Unknown Object (File)
Tue, Sep 30, 8:49 AM
Unknown Object (File)
Sep 14 2025, 7:34 AM
Unknown Object (File)
Sep 13 2025, 7: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.