net-firewall/nftables: Correct nftables-restore ConditionPathExists val.
authorNicholas Vinson <nvinson234@gmail.com>
Wed, 13 Jul 2016 02:28:54 +0000 (19:28 -0700)
committerPatrice Clement <monsieurp@gentoo.org>
Wed, 13 Jul 2016 10:11:10 +0000 (12:11 +0200)
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@gentoo.org>
net-firewall/nftables/files/systemd/nftables-restore.service
net-firewall/nftables/nftables-0.6-r3.ebuild [moved from net-firewall/nftables/nftables-0.6-r2.ebuild with 100% similarity]

index 61eaee261c68c5b5ad2b4a3268bc1bdfaab3f42b..fbd5a838af541c4af4baf5608e10d69dd337f83b 100644 (file)
@@ -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