Page MenuHomeFreeBSD

gssd: Be consistent about Makefile conditionals
ClosedPublic

Authored by ivy on Fri, Aug 8, 2:09 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Aug 23, 1:04 AM
Unknown Object (File)
Fri, Aug 22, 3:18 AM
Unknown Object (File)
Mon, Aug 18, 3:43 AM
Unknown Object (File)
Mon, Aug 18, 2:25 AM
Unknown Object (File)
Mon, Aug 18, 1:45 AM
Unknown Object (File)
Mon, Aug 18, 1:30 AM
Unknown Object (File)
Mon, Aug 18, 12:51 AM
Unknown Object (File)
Fri, Aug 15, 12:11 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.Fri, Aug 8, 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.Fri, Aug 8, 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.