Bug 225732 - security/kstart: rc script does not start early enough
Summary: security/kstart: rc script does not start early enough
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Ryan Steinmetz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-02-07 14:23 UTC by Mark Felder
Modified: 2019-02-15 14:03 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (zi)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Felder freebsd_committer freebsd_triage 2018-02-07 14:23:38 UTC
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
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-02-07 18:24:24 UTC
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