diff options
author | Sam James <sam@gentoo.org> | 2023-07-15 14:20:41 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-07-15 14:20:41 +0100 |
commit | 430383814e62b1e25efaf2f8e786db772a8b02f4 (patch) | |
tree | f6a3cf4f3e7e156bdf2e954b12b99339af5a0379 /net-firewall | |
parent | net-firewall/nftlb: handle USE=modern-kernel removal (diff) | |
download | gentoo-430383814e62b1e25efaf2f8e786db772a8b02f4.tar.gz gentoo-430383814e62b1e25efaf2f8e786db772a8b02f4.tar.bz2 gentoo-430383814e62b1e25efaf2f8e786db772a8b02f4.zip |
net-firewall/nftables: always install -mk variants
Fixes: 6a42bdbee74a5273dc7177cb62a250dffe21dea8
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/nftables/nftables-1.0.8-r1.ebuild (renamed from net-firewall/nftables/nftables-1.0.8.ebuild) | 6 | ||||
-rw-r--r-- | net-firewall/nftables/nftables-9999.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net-firewall/nftables/nftables-1.0.8.ebuild b/net-firewall/nftables/nftables-1.0.8-r1.ebuild index d1055f03bbea..6acc2d710064 100644 --- a/net-firewall/nftables/nftables-1.0.8.ebuild +++ b/net-firewall/nftables/nftables-1.0.8-r1.ebuild @@ -133,9 +133,9 @@ src_install() { rmdir "${ED}"/etc/nftables || die exeinto /usr/libexec/${PN} - newexe "${FILESDIR}"/libexec/${PN}.sh ${PN}.sh - newconfd "${FILESDIR}"/${PN}.confd ${PN} - newinitd "${FILESDIR}"/${PN}.init-r1 ${PN} + newexe "${FILESDIR}"/libexec/${PN}-mk.sh ${PN}.sh + newconfd "${FILESDIR}"/${PN}-mk.confd ${PN} + newinitd "${FILESDIR}"/${PN}-mk.init-r1 ${PN} keepdir /var/lib/nftables systemd_dounit "${FILESDIR}"/systemd/${PN}-restore.service diff --git a/net-firewall/nftables/nftables-9999.ebuild b/net-firewall/nftables/nftables-9999.ebuild index d1055f03bbea..6acc2d710064 100644 --- a/net-firewall/nftables/nftables-9999.ebuild +++ b/net-firewall/nftables/nftables-9999.ebuild @@ -133,9 +133,9 @@ src_install() { rmdir "${ED}"/etc/nftables || die exeinto /usr/libexec/${PN} - newexe "${FILESDIR}"/libexec/${PN}.sh ${PN}.sh - newconfd "${FILESDIR}"/${PN}.confd ${PN} - newinitd "${FILESDIR}"/${PN}.init-r1 ${PN} + newexe "${FILESDIR}"/libexec/${PN}-mk.sh ${PN}.sh + newconfd "${FILESDIR}"/${PN}-mk.confd ${PN} + newinitd "${FILESDIR}"/${PN}-mk.init-r1 ${PN} keepdir /var/lib/nftables systemd_dounit "${FILESDIR}"/systemd/${PN}-restore.service |