0301-install_iptables_apply.patch 1.7 KB
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
From 1f6e159b2c353f287142d8e0e1dc86e2fb38d277 Mon Sep 17 00:00:00 2001
From: "Laurence J. Lane" <ljlane@debian.org>
Date: Fri, 6 Sep 2013 18:36:05 -0400
Subject: [PATCH] build: install iptables-apply

Signed-off-by: Laurence J. Lane <ljlane@debian.org>
---
 iptables/Makefile.am       | 5 ++++-
 iptables/ip6tables-apply.8 | 1 +
 2 files changed, 5 insertions(+), 1 deletion(-)
 create mode 100644 iptables/ip6tables-apply.8

13
14
15
16
17
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
18
                    iptables-xml.1 ip6tables.8 ip6tables-restore.8 \
19
20
21
22
23
24
                    ip6tables-save.8 iptables-extensions.8 \
                    xtables-nft.8 xtables-translate.8 xtables-legacy.8 \
-                   xtables-monitor.8
+                   xtables-monitor.8 iptables-apply.8 ip6tables-apply.8
+sbion_SCRIPT	 = iptables-apply
 CLEANFILES       = iptables.8 xtables-monitor.8 \
25
 		   xtables-config-parser.c xtables-config-syntax.c
26
 
27
28
29
30
@@ -98,3 +99,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;
31
+	${LN_S} -f iptables-apply "${DESTDIR}${sbindir}/ip6tables-apply"
32
33
Index: pkg-iptables/iptables/ip6tables-apply.8
===================================================================
34
--- /dev/null
35
+++ pkg-iptables/iptables/ip6tables-apply.8
36
37
@@ -0,0 +1 @@
+.so man8/iptables-apply.8