Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/nss-pam-ldapd/
Date: Fri, 30 Jul 2021 23:31:20
Message-Id: 1627687815.c454e2bfdc50be6a1bbb0ce99ef1774669e6f991.sam@gentoo
1 commit: c454e2bfdc50be6a1bbb0ce99ef1774669e6f991
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 30 22:58:35 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 30 23:30:15 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c454e2bf
7
8 sys-auth/nss-pam-ldapd: [QA] call tmpfiles_process in pkg_postinst
9
10 This is needed to actually apply the tmpfiles configuration
11 we've installed in the ebuild. See tmpfiles.eclass documentation.
12
13 Package-Manager: Portage-3.0.20, Repoman-3.0.3
14 Signed-off-by: Sam James <sam <AT> gentoo.org>
15
16 sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.11-r3.ebuild | 2 ++
17 1 file changed, 2 insertions(+)
18
19 diff --git a/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.11-r3.ebuild b/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.11-r3.ebuild
20 index 3f748952208..e5b27e992d0 100644
21 --- a/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.11-r3.ebuild
22 +++ b/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.11-r3.ebuild
23 @@ -147,6 +147,8 @@ multilib_src_install() {
24 }
25
26 pkg_postinst() {
27 + tmpfiles_process nslcd.conf
28 +
29 echo
30 elog "For this to work you must configure /etc/nslcd.conf"
31 elog "This configuration is similar to pam_ldap's /etc/ldap.conf"