Page MenuHomeFreeBSD

rc.d: Fix Kerberos rc scripts
ClosedPublic

Authored by ivy on Fri, Aug 8, 5:26 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Aug 24, 4:18 PM
Unknown Object (File)
Sun, Aug 24, 10:59 AM
Unknown Object (File)
Sat, Aug 23, 5:21 AM
Unknown Object (File)
Tue, Aug 19, 3:55 PM
Unknown Object (File)
Tue, Aug 19, 2:11 PM
Unknown Object (File)
Tue, Aug 19, 11:33 AM
Unknown Object (File)
Tue, Aug 19, 7:05 AM
Unknown Object (File)
Tue, Aug 19, 1:21 AM
Subscribers

Details

Reviewers
des
Group Reviewers
krb5
Commits
rG992d2f928452: rc.d: Fix Kerberos rc scripts
Summary

Split the Kerberos rc scripts into two sections, one for MIT Kerberos
and one for Heimdal. Don't install Heimdal-specific rc scripts (e.g.,
kfd) for the MIT case.

This does not include an OptionalObsoleteFiles change (even though one
is needed) because that will be fixed later in a different way.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 66130
Build 63013: arc lint + arc unit

Event Timeline

ivy requested review of this revision.Fri, Aug 8, 5:26 PM
This revision is now accepted and ready to land.Fri, Aug 8, 9:32 PM

the MIT scripts should be in kerberos-kdc, and also remove some now-unused variables

This revision now requires review to proceed.Sat, Aug 9, 6:39 AM
libexec/rc/rc.d/Makefile
286

This might be easier to read as .if ${MK_MITKRB5} == "no" ... .else ... .fi within an outer .if ${MK_KERBEROS} != "no" ... .fi.

This revision was not accepted when it landed; it landed in state Needs Review.Sun, Aug 10, 3:38 PM
This revision was automatically updated to reflect the committed changes.