diff options
author | ngie <ngie@FreeBSD.org> | 2016-04-30 09:50:08 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2016-04-30 09:50:08 +0000 |
commit | adbdb09be1de3c529f4010b567c3c3562b87b08f (patch) | |
tree | aba15312c79af811c24cce1312a25fc491bb6141 /etc/rc.d/kdc | |
parent | 7dabfb1c6fb92ed86899f74e3076316e2002bc0a (diff) | |
download | FreeBSD-src-adbdb09be1de3c529f4010b567c3c3562b87b08f.zip FreeBSD-src-adbdb09be1de3c529f4010b567c3c3562b87b08f.tar.gz |
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
Diffstat (limited to 'etc/rc.d/kdc')
-rwxr-xr-x | etc/rc.d/kdc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/rc.d/kdc b/etc/rc.d/kdc index f85e5f4..c2747ae 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 |