summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2015-10-07 14:54:02 +0800
committerIan Delaney <idella4@gentoo.org>2015-10-07 14:54:27 +0800
commitbb22e9883c77f170e6eab38d8fdc0972b461d15d (patch)
treef1dfb28e93bcd16620b0b16d8bde4654c541c53a /net-firewall/arno-iptables-firewall/files
parentdev-util/cucumber: fix gemspec (diff)
downloadgentoo-bb22e9883c77f170e6eab38d8fdc0972b461d15d.tar.gz
gentoo-bb22e9883c77f170e6eab38d8fdc0972b461d15d.tar.bz2
gentoo-bb22e9883c77f170e6eab38d8fdc0972b461d15d.zip
net-firewall/arno-iptables-firewall: remove -2.0.1d-r2 and its patches
request by maintainer in Gentoo Bug: #559858 Package-Manager: portage-2.2.20.1
Diffstat (limited to 'net-firewall/arno-iptables-firewall/files')
-rw-r--r--net-firewall/arno-iptables-firewall/files/arno-iptables-firewall.service14
-rw-r--r--net-firewall/arno-iptables-firewall/files/rc.firewall_replace_opts.patch11
2 files changed, 0 insertions, 25 deletions
diff --git a/net-firewall/arno-iptables-firewall/files/arno-iptables-firewall.service b/net-firewall/arno-iptables-firewall/files/arno-iptables-firewall.service
deleted file mode 100644
index e663f08a08eb..000000000000
--- a/net-firewall/arno-iptables-firewall/files/arno-iptables-firewall.service
+++ /dev/null
@@ -1,14 +0,0 @@
-[Unit]
-Description=A secure stateful firewall for both single and multi-homed machine
-Before=network.target
-Wants=network.target
-
-[Service]
-Type=oneshot
-ExecStart=/usr/sbin/arno-iptables-firewall start
-ExecStop=/usr/sbin/arno-iptables-firewall stop
-ExecReload=/usr/sbin/arno-iptables-firewall force-reload
-RemainAfterExit=yes
-
-[Install]
-WantedBy=multi-user.target
diff --git a/net-firewall/arno-iptables-firewall/files/rc.firewall_replace_opts.patch b/net-firewall/arno-iptables-firewall/files/rc.firewall_replace_opts.patch
deleted file mode 100644
index 6c271d5584b3..000000000000
--- a/net-firewall/arno-iptables-firewall/files/rc.firewall_replace_opts.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- contrib/Gentoo/rc.firewall 2012-11-29 08:44:13.000000000 +0100
-+++ contrib/Gentoo/rc.firewall.new 2012-12-15 18:38:12.179072084 +0100
-@@ -1,6 +1,7 @@
- #!/sbin/runscript
-
--opts="${opts} stats help reload"
-+extra_commands="stats help"
-+extra_started_commands="reload"
-
- depend() {
- before net