summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2016-08-18 21:49:49 -0400
committerMike Gilbert <floppym@gentoo.org>2016-08-18 21:50:28 -0400
commit746c559118d7b3c95a1f78d4d7730d9ba4c8e4f6 (patch)
treead955220d2a31de3bb6a5cd3c8dd0ff1da6fa2b4
parentdev-util/byacc: version bump to 20160606 (diff)
downloadgentoo-746c559118d7b3c95a1f78d4d7730d9ba4c8e4f6.tar.gz
gentoo-746c559118d7b3c95a1f78d4d7730d9ba4c8e4f6.tar.bz2
gentoo-746c559118d7b3c95a1f78d4d7730d9ba4c8e4f6.zip
net-firewall/iptables: drop iptables.service
This unit really serves no real purpose. The utility of being able to call "systemctl enable iptables" is questionable at best. Given that iptables is not really a daemon but rather a kernel process, having as single unit that persists with RemainAfterExit seems wrong as well. Bug: https://bugs.gentoo.org/555920 Package-Manager: portage-2.3.0_p16
-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