PR 197337 discusses the lack of kerberos rc scripts when using MIT KRB5 or Heimdal from ports when MK_KERBEROS=no.
This revision unconditionally installs the Kerberos rc scripts for users who do not install base Heimdal and install one of the ports.
Differential D24252
Install kerberos rc files regardless of MK_KERBEROS setting Authored by cy on Apr 1 2020, 6:03 PM. Tags None Referenced Files
Details PR 197337 discusses the lack of kerberos rc scripts when using MIT KRB5 or Heimdal from ports when MK_KERBEROS=no. This revision unconditionally installs the Kerberos rc scripts for users who do not install base Heimdal and install one of the ports. The user in PR 197337 is willing to test.
Diff Detail
Event TimelineComment Actions The change looks Okay to me (except if I was doing it I'd add a separate KERBEROS_SUPPORT or KERBEROS_SCRIPTS knob, but consider that as optional). Comment Actions This adds MK_KERBEROS_SCRIPTS. Unfortunately there is no documentation in src/tools nor is there anything in build/mk/OptionalObsoleteFiles.inc for any Kerberos scripts. This should also be addressed. For now this should address the PR. |