Commit 97d6c1a1 authored by Arturo Borrero Gonzalez's avatar Arturo Borrero Gonzalez
Browse files

d/patches: refresh 0301-install_iptables_apply.patch



Patch requires a refresh to work with latest upstream release.
Signed-off-by: default avatarArturo Borrero Gonzalez <arturo@debian.org>
parent 3771b10e
......@@ -14,17 +14,19 @@ Index: pkg-iptables/iptables/Makefile.am
===================================================================
--- pkg-iptables.orig/iptables/Makefile.am
+++ pkg-iptables/iptables/Makefile.am
@@ -62,7 +62,8 @@ man_MANS = iptables.8 iptables-r
iptables-xml.1 ip6tables.8 ip6tables-restore.8 \
@@ -61,7 +61,10 @@ man_MANS = iptables.8 iptables-r
ip6tables-save.8 iptables-extensions.8 \
xtables-nft.8 xtables-translate.8 xtables-legacy.8 \
iptables-translate.8 ip6tables-translate.8 \
- xtables-monitor.8
+ xtables-monitor.8 iptables-apply.8 ip6tables-apply.8
+
+sbin_SCRIPT = iptables-apply
CLEANFILES = iptables.8 xtables-monitor.8 \
xtables-config-parser.c xtables-config-syntax.c
@@ -98,3 +99,4 @@ install-exec-hook:
+
if ENABLE_NFTABLES
man_MANS += arptables-nft.8 arptables-nft-restore.8 arptables-nft-save.8 \
ebtables-nft.8
@@ -111,3 +114,4 @@ install-exec-hook:
for i in ${v4_sbin_links}; do ${LN_S} -f xtables-legacy-multi "${DESTDIR}${sbindir}/$$i"; done;
for i in ${v6_sbin_links}; do ${LN_S} -f xtables-legacy-multi "${DESTDIR}${sbindir}/$$i"; done;
for i in ${x_sbin_links}; do ${LN_S} -f xtables-nft-multi "${DESTDIR}${sbindir}/$$i"; done;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment