diff options
author | Theo Anderson <telans@posteo.de> | 2021-03-07 12:57:02 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-03-07 12:57:02 +0100 |
commit | abc291e8800b454e84e82741afa0ed3c2a8ce45c (patch) | |
tree | 798b72efb82bc267a4f5bcede5a651c8d2fb3d82 /net-firewall | |
parent | net-dns/pdnsd: migrate to tmpfiles.eclass (diff) | |
download | gentoo-abc291e8800b454e84e82741afa0ed3c2a8ce45c.tar.gz gentoo-abc291e8800b454e84e82741afa0ed3c2a8ce45c.tar.bz2 gentoo-abc291e8800b454e84e82741afa0ed3c2a8ce45c.zip |
net-firewall/fwknop: migrate to tmpfiles.eclass
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans@posteo.de>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/fwknop/fwknop-2.6.10-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-firewall/fwknop/fwknop-2.6.10-r2.ebuild b/net-firewall/fwknop/fwknop-2.6.10-r2.ebuild index 64a0407290b7..0c11df4d567e 100644 --- a/net-firewall/fwknop/fwknop-2.6.10-r2.ebuild +++ b/net-firewall/fwknop/fwknop-2.6.10-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools eutils linux-info readme.gentoo-r1 systemd +inherit autotools eutils linux-info readme.gentoo-r1 systemd tmpfiles DESCRIPTION="Single Packet Authorization and Port Knocking application" HOMEPAGE="https://www.cipherdyne.org/fwknop/" @@ -93,7 +93,7 @@ src_install() { newinitd "${FILESDIR}/fwknopd.init" fwknopd newconfd "${FILESDIR}/fwknopd.confd" fwknopd systemd_dounit "${FILESDIR}/fwknopd.service" - systemd_newtmpfilesd "${FILESDIR}/fwknopd.tmpfiles.conf" fwknopd.conf + newtmpfiles "${FILESDIR}/fwknopd.tmpfiles.conf" fwknopd.conf readme.gentoo_create_doc fi |