From: Nicholas Vinson Date: Wed, 13 Jul 2016 02:28:54 +0000 (-0700) Subject: net-firewall/nftables: Correct nftables-restore ConditionPathExists val. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=43737055ed5ead83a7e67e231dabf9b6de7c2e5f;p=gentoo.git net-firewall/nftables: Correct nftables-restore ConditionPathExists val. Change ConditionPathExists variable value to /var/lib/nftables/rules-save. The old value, /var/lib/nftables-rules-save, is incorrect. Package-Manager: portage-2.3.0 Gentoo-Bug: https://bugs.gentoo.org/588688 Closes: https://github.com/gentoo/gentoo/pull/1880 Signed-off-by: Patrice Clement --- diff --git a/net-firewall/nftables/files/systemd/nftables-restore.service b/net-firewall/nftables/files/systemd/nftables-restore.service index 61eaee261c68..fbd5a838af54 100644 --- a/net-firewall/nftables/files/systemd/nftables-restore.service +++ b/net-firewall/nftables/files/systemd/nftables-restore.service @@ -1,6 +1,6 @@ [Unit] Description=Store and restore nftables firewall rules -ConditionPathExists=/var/lib/nftables-rules-save +ConditionPathExists=/var/lib/nftables/rules-save Before=network.target Before=shutdown.target diff --git a/net-firewall/nftables/nftables-0.6-r2.ebuild b/net-firewall/nftables/nftables-0.6-r3.ebuild similarity index 100% rename from net-firewall/nftables/nftables-0.6-r2.ebuild rename to net-firewall/nftables/nftables-0.6-r3.ebuild