summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/SERVERS
diff options
context:
space:
mode:
authorhrs <hrs@FreeBSD.org>2014-08-29 07:51:47 +0000
committerhrs <hrs@FreeBSD.org>2014-08-29 07:51:47 +0000
commit1937276d51048d9c8860de1841030471d0abce1b (patch)
treed3340f7bff2880666bf73685b51d33338b685009 /etc/rc.d/SERVERS
parent0a12d6abf032ff89f34c9d605c6d467eae2ed916 (diff)
downloadFreeBSD-src-1937276d51048d9c8860de1841030471d0abce1b.zip
FreeBSD-src-1937276d51048d9c8860de1841030471d0abce1b.tar.gz
Restructure rc.d scripts for kerberos5 daemons:
- Rename $kerberos5_server_enable with $kdc_enable and rename rc.d/kerberos with rc.d/kdc. - Rename $kadmin5_server_enable with $kadmind_enable. - Rename ${kerberos5,kpasswdd}_server with ${kdc,kpasswdd}_program. - Fix rc.d/{kadmind,kerberos,kpasswdd,kfd} scripts not to change variables after load_rc_config(). - Add rc.d/ipropd_master and rc.d/ipropd_slave scripts. These are for iprop-master(8) and iprop-slave(8). Keytab used for iprop service is defined in ipropd_{master,slave}_keytab (/etc/krb5.keytab by default). - Add dependency on rc.d/kdc to SERVERS. rc.d/kdc must be invoked as early as possible before scripts divided by rc.d/SERVERS. Note that changes to rc.d/{kdc,kpasswdd,kadmind} are backward-compatible with the old configuration variables: ${kerberos5,kpasswdd,kadmin5}_server{,_enable,_flags}.
Diffstat (limited to 'etc/rc.d/SERVERS')
-rwxr-xr-xetc/rc.d/SERVERS2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/SERVERS b/etc/rc.d/SERVERS
index 1cf019a..7cd156a 100755
--- a/etc/rc.d/SERVERS
+++ b/etc/rc.d/SERVERS
@@ -4,7 +4,7 @@
#
# PROVIDE: SERVERS
-# REQUIRE: mountcritremote abi ldconfig savecore watchdogd
+# REQUIRE: mountcritremote abi ldconfig savecore watchdogd kdc
# This is a dummy dependency, for early-start servers relying on
# some basic configuration.
OpenPOWER on IntegriCloud