[Bug 225732] security/kstart: rc script does not start early enough
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Feb 7 14:23:40 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225732
Bug ID: 225732
Summary: security/kstart: rc script does not start early enough
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: zi at FreeBSD.org
Reporter: feld at FreeBSD.org
Flags: maintainer-feedback?(zi at FreeBSD.org)
Assignee: zi at FreeBSD.org
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
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list