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.
Details
Details
- Reviewers
des - Group Reviewers
krb5 - Commits
- rG2fb03d6c1142: gssd: Be consistent about Makefile conditionals
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
tools/build/mk/OptionalObsoleteFiles.inc | ||
---|---|---|
6899 | while we're here, can you please double-check if this section is correct? |
Comment Actions
Thanks for doing this. I was going to start looking at this
to-day, but I'm glad to see you've done it.