Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/nftables/files/systemd/, net-firewall/nftables/
Date: Wed, 13 Jul 2016 10:11:19
Message-Id: 1468404670.43737055ed5ead83a7e67e231dabf9b6de7c2e5f.monsieurp@gentoo
1 commit: 43737055ed5ead83a7e67e231dabf9b6de7c2e5f
2 Author: Nicholas Vinson <nvinson234 <AT> gmail <DOT> com>
3 AuthorDate: Wed Jul 13 02:28:54 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 13 10:11:10 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43737055
7
8 net-firewall/nftables: Correct nftables-restore ConditionPathExists val.
9
10 Change ConditionPathExists variable value to /var/lib/nftables/rules-save.
11 The old value, /var/lib/nftables-rules-save, is incorrect.
12
13 Package-Manager: portage-2.3.0
14 Gentoo-Bug: https://bugs.gentoo.org/588688
15 Closes: https://github.com/gentoo/gentoo/pull/1880
16
17 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
18
19 net-firewall/nftables/files/systemd/nftables-restore.service | 2 +-
20 .../nftables/{nftables-0.6-r2.ebuild => nftables-0.6-r3.ebuild} | 0
21 2 files changed, 1 insertion(+), 1 deletion(-)
22
23 diff --git a/net-firewall/nftables/files/systemd/nftables-restore.service b/net-firewall/nftables/files/systemd/nftables-restore.service
24 index 61eaee2..fbd5a83 100644
25 --- a/net-firewall/nftables/files/systemd/nftables-restore.service
26 +++ b/net-firewall/nftables/files/systemd/nftables-restore.service
27 @@ -1,6 +1,6 @@
28 [Unit]
29 Description=Store and restore nftables firewall rules
30 -ConditionPathExists=/var/lib/nftables-rules-save
31 +ConditionPathExists=/var/lib/nftables/rules-save
32 Before=network.target
33 Before=shutdown.target
34
35
36 diff --git a/net-firewall/nftables/nftables-0.6-r2.ebuild b/net-firewall/nftables/nftables-0.6-r3.ebuild
37 similarity index 100%
38 rename from net-firewall/nftables/nftables-0.6-r2.ebuild
39 rename to net-firewall/nftables/nftables-0.6-r3.ebuild