mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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 <sam@gentoo.org>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user