Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/fwknop/
Date: Fri, 30 Jul 2021 23:31:16
Message-Id: 1627687803.1dcb21d1b3d4b2d2eefb2d04a6cf0d56d5b1eafe.sam@gentoo
1 commit: 1dcb21d1b3d4b2d2eefb2d04a6cf0d56d5b1eafe
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 30 22:56:38 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 30 23:30:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dcb21d1
7
8 net-firewall/fwknop: [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 net-firewall/fwknop/fwknop-2.6.10-r2.ebuild | 2 ++
17 1 file changed, 2 insertions(+)
18
19 diff --git a/net-firewall/fwknop/fwknop-2.6.10-r2.ebuild b/net-firewall/fwknop/fwknop-2.6.10-r2.ebuild
20 index 5c86fee98c2..f8c21045b3a 100644
21 --- a/net-firewall/fwknop/fwknop-2.6.10-r2.ebuild
22 +++ b/net-firewall/fwknop/fwknop-2.6.10-r2.ebuild
23 @@ -108,6 +108,8 @@ pkg_postinst() {
24 if use server; then
25 readme.gentoo_print_elog
26
27 + tmpfiles_process fwknopd.conf
28 +
29 if ! linux_config_exists || ! linux_chkconfig_present NETFILTER_XT_MATCH_COMMENT; then
30 echo
31 ewarn "fwknopd daemon relies on the 'comment' match in order to expire"