From 4ea83362cb359a1bc298fad9d1a14b62be3fa000 Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Sun, 30 Nov 2014 00:03:27 +0000 Subject: [PATCH] Make kdc run before SERVERS so kdc can be decoupled from the build --- etc/rc.d/SERVERS | 2 +- etc/rc.d/kdc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/rc.d/SERVERS b/etc/rc.d/SERVERS index 7cd156a6237..1cf019a056d 100755 --- a/etc/rc.d/SERVERS +++ b/etc/rc.d/SERVERS @@ -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. diff --git a/etc/rc.d/kdc b/etc/rc.d/kdc index aef96df34a1..ed5f078ffd2 100755 --- a/etc/rc.d/kdc +++ b/etc/rc.d/kdc @@ -5,6 +5,7 @@ # PROVIDE: kdc # REQUIRE: NETWORKING +# BEFORE: SERVERS # KEYWORD: shutdown . /etc/rc.subr