diff options
author | James Le Cuirot <chewi@gentoo.org> | 2022-07-21 23:39:21 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2022-07-21 23:39:21 +0100 |
commit | 28f7686eec572ee9d5e6c956b68c4582197f763d (patch) | |
tree | bbbca3877e94520b85ea5a4b79bca64607e984d7 /net-firewall | |
parent | games-util/game-device-udev-rules: Call udev_reload in pkg_postrm (diff) | |
download | gentoo-28f7686eec572ee9d5e6c956b68c4582197f763d.tar.gz gentoo-28f7686eec572ee9d5e6c956b68c4582197f763d.tar.bz2 gentoo-28f7686eec572ee9d5e6c956b68c4582197f763d.zip |
net-firewall/firehol: Install systemd service units, EAPI 8
Closes: https://bugs.gentoo.org/856964
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/firehol/firehol-3.1.7-r2.ebuild (renamed from net-firewall/firehol/firehol-3.1.7-r1.ebuild) | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net-firewall/firehol/firehol-3.1.7-r1.ebuild b/net-firewall/firehol/firehol-3.1.7-r2.ebuild index 1432243602f9..79ef83977169 100644 --- a/net-firewall/firehol/firehol-3.1.7-r1.ebuild +++ b/net-firewall/firehol/firehol-3.1.7-r2.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -inherit linux-info +inherit linux-info systemd DESCRIPTION="iptables firewall generator" HOMEPAGE="https://firehol.org/ https://github.com/firehol/firehol" @@ -64,4 +64,6 @@ src_install() { newinitd "${FILESDIR}"/firehol.initd firehol newconfd "${FILESDIR}"/fireqos.confd fireqos newinitd "${FILESDIR}"/fireqos.initd fireqos + + systemd_dounit contrib/fire{hol,qos}.service } |