Make kdc run before SERVERS so kdc can be decoupled from the build

This commit is contained in:
Enji Cooper 2014-11-30 00:03:27 +00:00
parent 59d4588ff5
commit 4ea83362cb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/building-blocks/; revision=275279
2 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,7 @@
#
# PROVIDE: SERVERS
# REQUIRE: mountcritremote abi ldconfig savecore watchdogd kdc
# REQUIRE: mountcritremote abi ldconfig savecore watchdogd
# This is a dummy dependency, for early-start servers relying on
# some basic configuration.

View File

@ -5,6 +5,7 @@
# PROVIDE: kdc
# REQUIRE: NETWORKING
# BEFORE: SERVERS
# KEYWORD: shutdown
. /etc/rc.subr