commit:     43737055ed5ead83a7e67e231dabf9b6de7c2e5f
Author:     Nicholas Vinson <nvinson234 <AT> gmail <DOT> com>
AuthorDate: Wed Jul 13 02:28:54 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Jul 13 10:11:10 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43737055

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 <monsieurp <AT> gentoo.org>

 net-firewall/nftables/files/systemd/nftables-restore.service            | 2 +-
 .../nftables/{nftables-0.6-r2.ebuild => nftables-0.6-r3.ebuild}         | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/nftables/files/systemd/nftables-restore.service 
b/net-firewall/nftables/files/systemd/nftables-restore.service
index 61eaee2..fbd5a83 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

Reply via email to