summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Anderson <telans@posteo.de>2021-03-07 12:57:31 +0100
committerDavid Seifert <soap@gentoo.org>2021-03-07 12:57:31 +0100
commit324591f44435c074dfba3e41dc5742c4fa3314a9 (patch)
treea277c75599fe36c57f6f343fd81b18ba5cf82ec8 /net-nds
parentnet-misc/stunnel: migrate to tmpfiles.eclass (diff)
downloadgentoo-324591f44435c074dfba3e41dc5742c4fa3314a9.tar.gz
gentoo-324591f44435c074dfba3e41dc5742c4fa3314a9.tar.bz2
gentoo-324591f44435c074dfba3e41dc5742c4fa3314a9.zip
net-nds/openldap: migrate to tmpfiles.eclass
Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Theo Anderson <telans@posteo.de> Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-nds')
-rw-r--r--net-nds/openldap/openldap-2.4.57.ebuild4
1 files 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 0e8d47d384d3..2db1c4901215 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 \