From 198ce638123cb0b2d45015b1acb3e37d9fb8bec6 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 31 Jul 2021 00:15:04 +0100 Subject: www-apache/mod_auth_kerb: [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 --- www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r2.ebuild | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'www-apache') diff --git a/www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r2.ebuild b/www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r2.ebuild index 8b56d40b4d03..a83b2926d126 100644 --- a/www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r2.ebuild +++ b/www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r2.ebuild @@ -52,3 +52,7 @@ src_install() { apache-module_src_install dotmpfiles "${FILESDIR}/${PN}.conf" } + +pkg_postinst() { + tmpfiles_process ${PN}.conf +} -- cgit v1.2.3-65-gdbad