Date: Tue, 14 Aug 2018 12:42:43 +0000 (UTC) From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r477150 - in branches/2018Q3/net/openldap24-server: . files Message-ID: <201808141242.w7ECghLS066297@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cy Date: Tue Aug 14 12:42:43 2018 New Revision: 477150 URL: https://svnweb.freebsd.org/changeset/ports/477150 Log: 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@) Modified: branches/2018Q3/net/openldap24-server/Makefile branches/2018Q3/net/openldap24-server/files/slapd.in Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/net/openldap24-server/Makefile ============================================================================== --- branches/2018Q3/net/openldap24-server/Makefile Tue Aug 14 11:20:27 2018 (r477149) +++ branches/2018Q3/net/openldap24-server/Makefile Tue Aug 14 12:42:43 2018 (r477150) @@ -65,7 +65,7 @@ BROKEN= incompatible OpenLDAP version: ${WANT_OPENLD .endif PORTREVISION_CLIENT= 0 -PORTREVISION_SERVER= 3 +PORTREVISION_SERVER= 4 OPENLDAP_SHLIB_MAJOR= 2 OPENLDAP_SHLIB_MINOR= 10.9 OPENLDAP_MAJOR= ${DISTVERSION:R} Modified: branches/2018Q3/net/openldap24-server/files/slapd.in ============================================================================== --- branches/2018Q3/net/openldap24-server/files/slapd.in Tue Aug 14 11:20:27 2018 (r477149) +++ branches/2018Q3/net/openldap24-server/files/slapd.in Tue Aug 14 12:42:43 2018 (r477150) @@ -5,7 +5,7 @@ # PROVIDE: slapd # REQUIRE: FILESYSTEMS ldconfig netif -# BEFORE: SERVERS +# BEFORE: SERVERS kdc # KEYWORD: shutdown #
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808141242.w7ECghLS066297>