mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 08:13:38 -05:00
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
10 lines
199 B
Bash
Executable file
10 lines
199 B
Bash
Executable file
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
# PROVIDE: SERVERS
|
|
# REQUIRE: mountcritremote abi ldconfig savecore watchdogd
|
|
|
|
# This is a dummy dependency, for early-start servers relying on
|
|
# some basic configuration.
|