diff options
-rw-r--r-- | net-firewall/iptables/iptables-1.6.0-r1.ebuild (renamed from net-firewall/iptables/iptables-1.6.0.ebuild) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-firewall/iptables/iptables-1.6.0.ebuild b/net-firewall/iptables/iptables-1.6.0-r1.ebuild index d3c06aaa1420..a8fe28244ad1 100644 --- a/net-firewall/iptables/iptables-1.6.0.ebuild +++ b/net-firewall/iptables/iptables-1.6.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -101,9 +101,9 @@ src_install() { newconfd "${FILESDIR}"/ip6tables-1.4.13.confd ip6tables fi - systemd_dounit "${FILESDIR}"/systemd/iptables{,-{re,}store}.service + systemd_dounit "${FILESDIR}"/systemd/iptables-{re,}store.service if use ipv6 ; then - systemd_dounit "${FILESDIR}"/systemd/ip6tables{,-{re,}store}.service + systemd_dounit "${FILESDIR}"/systemd/ip6tables-{re,}store.service fi # Move important libs to /lib #332175 |