From 1dcb21d1b3d4b2d2eefb2d04a6cf0d56d5b1eafe Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 30 Jul 2021 23:56:38 +0100 Subject: [PATCH] net-firewall/fwknop: [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 --- net-firewall/fwknop/fwknop-2.6.10-r2.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net-firewall/fwknop/fwknop-2.6.10-r2.ebuild b/net-firewall/fwknop/fwknop-2.6.10-r2.ebuild index 5c86fee98c209..f8c21045b3ae6 100644 --- a/net-firewall/fwknop/fwknop-2.6.10-r2.ebuild +++ b/net-firewall/fwknop/fwknop-2.6.10-r2.ebuild @@ -108,6 +108,8 @@ pkg_postinst() { if use server; then readme.gentoo_print_elog + tmpfiles_process fwknopd.conf + if ! linux_config_exists || ! linux_chkconfig_present NETFILTER_XT_MATCH_COMMENT; then echo ewarn "fwknopd daemon relies on the 'comment' match in order to expire"