commit:     324591f44435c074dfba3e41dc5742c4fa3314a9
Author:     Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Sun Mar  7 11:57:31 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Mar  7 11:57:31 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=324591f4

net-nds/openldap: migrate to tmpfiles.eclass

Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans <AT> posteo.de>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 net-nds/openldap/openldap-2.4.57.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-nds/openldap/openldap-2.4.57.ebuild 
b/net-nds/openldap/openldap-2.4.57.ebuild
index 0e8d47d384d..2db1c490121 100644
--- a/net-nds/openldap/openldap-2.4.57.ebuild
+++ b/net-nds/openldap/openldap-2.4.57.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit autotools db-use flag-o-matic multilib-minimal preserve-libs ssl-cert 
toolchain-funcs systemd
+inherit autotools db-use flag-o-matic multilib-minimal preserve-libs ssl-cert 
toolchain-funcs systemd tmpfiles
 
 BIS_PN=rfc2307bis.schema
 BIS_PV=20140524
@@ -779,7 +779,7 @@ multilib_src_install() {
                sed -e "s,/usr/lib/,/usr/$(get_libdir)/," 
"${FILESDIR}"/slapd.service > "${T}"/slapd.service || die
                systemd_dounit "${T}"/slapd.service
                systemd_install_serviced "${FILESDIR}"/slapd.service.conf
-               systemd_newtmpfilesd "${FILESDIR}"/slapd.tmpfilesd slapd.conf
+               newtmpfiles "${FILESDIR}"/slapd.tmpfilesd slapd.conf
 
                # If built without SLP, we don't need to be before avahi
                        sed -i \

Reply via email to