rc script does not start early enough in the boot process. This prevents other daemons that may need Kerberos (and LDAP) from successfully starting. Currently: # PROVIDE: kstart # REQUIRE: DAEMON LOGIN # KEYWORD: shutdown Proposal 1: # PROVIDE: kstart # REQUIRE: DAEMON # BEFORE: LOGIN # KEYWORD: shutdown Proposal 2: # PROVIDE: kstart # REQUIRE: NETWORKING # KEYWORD: shutdown
A commit references this bug: Author: zi Date: Wed Feb 7 18:24:17 UTC 2018 New revision: 461163 URL: https://svnweb.freebsd.org/changeset/ports/461163 Log: - Move k5start higher up in the service start list PR: 225732 Submitted by: feld Changes: head/security/kstart/Makefile head/security/kstart/files/kstart.in