Commit 8497323f authored by Arturo Borrero Gonzalez's avatar Arturo Borrero Gonzalez
Browse files

d/patches/: refresh 0301-install_iptables_apply.patch



Refresh patch with latest upstream tarball.
Signed-off-by: default avatarArturo Borrero Gonzalez <arturo@debian.org>
parent fe62f28a
...@@ -10,26 +10,28 @@ Signed-off-by: Laurence J. Lane <ljlane@debian.org> ...@@ -10,26 +10,28 @@ Signed-off-by: Laurence J. Lane <ljlane@debian.org>
2 files changed, 5 insertions(+), 1 deletion(-) 2 files changed, 5 insertions(+), 1 deletion(-)
create mode 100644 iptables/ip6tables-apply.8 create mode 100644 iptables/ip6tables-apply.8
--- a/iptables/Makefile.am Index: pkg-iptables/iptables/Makefile.am
+++ b/iptables/Makefile.am ===================================================================
@@ -58,7 +58,10 @@ --- pkg-iptables.orig/iptables/Makefile.am
endif +++ pkg-iptables/iptables/Makefile.am
man_MANS = iptables.8 iptables-restore.8 iptables-save.8 \ @@ -62,7 +62,8 @@ man_MANS = iptables.8 iptables-r
iptables-xml.1 ip6tables.8 ip6tables-restore.8 \ iptables-xml.1 ip6tables.8 ip6tables-restore.8 \
- ip6tables-save.8 iptables-extensions.8 ip6tables-save.8 iptables-extensions.8 \
+ ip6tables-save.8 iptables-extensions.8 \ xtables-nft.8 xtables-translate.8 xtables-legacy.8 \
+ iptables-apply.8 ip6tables-apply.8 - xtables-monitor.8
+sbin_SCRIPTS = iptables-apply + xtables-monitor.8 iptables-apply.8 ip6tables-apply.8
+ +sbion_SCRIPT = iptables-apply
CLEANFILES = iptables.8 \ CLEANFILES = iptables.8 xtables-monitor.8 \
xtables-config-parser.c xtables-config-syntax.c xtables-config-parser.c xtables-config-syntax.c
@@ -92,3 +95,4 @@ @@ -98,3 +99,4 @@ install-exec-hook:
for i in ${v4_sbin_links}; do ${LN_S} -f xtables-multi "${DESTDIR}${sbindir}/$$i"; done; 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-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-compat-multi "${DESTDIR}${sbindir}/$$i"; done; for i in ${x_sbin_links}; do ${LN_S} -f xtables-nft-multi "${DESTDIR}${sbindir}/$$i"; done;
+ ${LN_S} -f iptables-apply "${DESTDIR}${sbindir}/ip6tables-apply" + ${LN_S} -f iptables-apply "${DESTDIR}${sbindir}/ip6tables-apply"
Index: pkg-iptables/iptables/ip6tables-apply.8
===================================================================
--- /dev/null --- /dev/null
+++ b/iptables/ip6tables-apply.8 +++ pkg-iptables/iptables/ip6tables-apply.8
@@ -0,0 +1 @@ @@ -0,0 +1 @@
+.so man8/iptables-apply.8 +.so man8/iptables-apply.8
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