Commit 3abd57de authored by Arturo Borrero Gonzalez's avatar Arturo Borrero Gonzalez
Browse files

d/patches/: refresh 0301-install_iptables_apply.patch



Refresh this patch with upstream changes.
Signed-off-by: default avatarArturo Borrero Gonzalez <arturo@debian.org>
parent def0a303
......@@ -12,7 +12,7 @@ Signed-off-by: Laurence J. Lane <ljlane@debian.org>
--- a/iptables/Makefile.am
+++ b/iptables/Makefile.am
@@ -54,7 +54,10 @@
@@ -58,7 +58,10 @@
endif
man_MANS = iptables.8 iptables-restore.8 iptables-save.8 \
iptables-xml.1 ip6tables.8 ip6tables-restore.8 \
......@@ -24,7 +24,7 @@ Signed-off-by: Laurence J. Lane <ljlane@debian.org>
CLEANFILES = iptables.8 \
xtables-config-parser.c xtables-config-syntax.c
@@ -86,3 +89,4 @@
@@ -92,3 +95,4 @@
for i in ${v4_sbin_links}; do ${LN_S} -f xtables-multi "${DESTDIR}${sbindir}/$$i"; done;
for i in ${v6_sbin_links}; do ${LN_S} -f xtables-multi "${DESTDIR}${sbindir}/$$i"; done;
for i in ${x_sbin_links}; do ${LN_S} -f xtables-compat-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