From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2A32D1382C5 for ; Sun, 7 Mar 2021 11:58:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67F3AE0844; Sun, 7 Mar 2021 11:58:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4E6E0E083E for ; Sun, 7 Mar 2021 11:58:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 10376340BE2 for ; Sun, 7 Mar 2021 11:58:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DBCC058C for ; Sun, 7 Mar 2021 11:58:25 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1615118222.abc291e8800b454e84e82741afa0ed3c2a8ce45c.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/fwknop/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-firewall/fwknop/fwknop-2.6.10-r2.ebuild X-VCS-Directories: net-firewall/fwknop/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: abc291e8800b454e84e82741afa0ed3c2a8ce45c X-VCS-Branch: master Date: Sun, 7 Mar 2021 11:58:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 00930d09-90d2-4848-a22c-b84da63ce627 X-Archives-Hash: fea74e441e998a9f02f8853083fea4ff commit: abc291e8800b454e84e82741afa0ed3c2a8ce45c Author: Theo Anderson posteo de> AuthorDate: Sun Mar 7 11:57:02 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Mar 7 11:57:02 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abc291e8 net-firewall/fwknop: migrate to tmpfiles.eclass Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Theo Anderson posteo.de> Signed-off-by: David Seifert gentoo.org> net-firewall/fwknop/fwknop-2.6.10-r2.ebuild | 6 +++--- 1 file 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 64a0407290b..0c11df4d567 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