diff options
author | Sam James <sam@gentoo.org> | 2021-07-30 23:58:35 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-31 00:30:15 +0100 |
commit | c454e2bfdc50be6a1bbb0ce99ef1774669e6f991 (patch) | |
tree | dd45e3ae0f4c2989fad3b7b557aa455b46e399a7 /sys-auth/nss-pam-ldapd | |
parent | sys-apps/unscd: [QA] call tmpfiles_process in pkg_postinst (diff) | |
download | gentoo-c454e2bfdc50be6a1bbb0ce99ef1774669e6f991.tar.gz gentoo-c454e2bfdc50be6a1bbb0ce99ef1774669e6f991.tar.bz2 gentoo-c454e2bfdc50be6a1bbb0ce99ef1774669e6f991.zip |
sys-auth/nss-pam-ldapd: [QA] call tmpfiles_process in pkg_postinst
This is needed to actually apply the tmpfiles configuration
we've installed in the ebuild. See tmpfiles.eclass documentation.
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-auth/nss-pam-ldapd')
-rw-r--r-- | sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.11-r3.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
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 index 3f748952208f..e5b27e992d04 100644 --- 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 @@ -147,6 +147,8 @@ multilib_src_install() { } pkg_postinst() { + tmpfiles_process nslcd.conf + echo elog "For this to work you must configure /etc/nslcd.conf" elog "This configuration is similar to pam_ldap's /etc/ldap.conf" |