MFH: r476803

Ensure that slapd starts before kdc, as the kdc may be configured to
require LDAP services. If it is configured to require LDAP and the
slapd server is not yet started, the kdc will fail to start.

PR:		229939
Approved by:	delphij@ (maintainer)
Differential Revision:	https://reviews.freebsd.org/D16602
Approved by:	portmgr (miwi@)
This commit is contained in:
Cy Schubert 2018-08-14 12:42:43 +00:00
parent 8ff0b5a13b
commit 6452ec8931
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2018Q3/; revision=477150
2 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ BROKEN= incompatible OpenLDAP version: ${WANT_OPENLDAP_VER}
.endif
PORTREVISION_CLIENT= 0
PORTREVISION_SERVER= 3
PORTREVISION_SERVER= 4
OPENLDAP_SHLIB_MAJOR= 2
OPENLDAP_SHLIB_MINOR= 10.9
OPENLDAP_MAJOR= ${DISTVERSION:R}

View File

@ -5,7 +5,7 @@
# PROVIDE: slapd
# REQUIRE: FILESYSTEMS ldconfig netif
# BEFORE: SERVERS
# BEFORE: SERVERS kdc
# KEYWORD: shutdown
#