From 4cdbb1c0bf00a7d1d5787804bc6a741e69546ca6 Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Sat, 30 Apr 2016 09:50:08 +0000 Subject: [PATCH] Make SERVERS REQUIRE clean when MK_KERBEROS==no Make kdc run BEFORE SERVERS instead of being REQUIREd by SERVERS, so systems that pedantically check REQUIREs function after r270782 MFC after: 1 week X-MFC with: r270782 Sponsored by: EMC / Isilon Storage Division --- 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 f85e5f47e36..c2747ae08ca 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