From 1f6e159b2c353f287142d8e0e1dc86e2fb38d277 Mon Sep 17 00:00:00 2001 From: "Laurence J. Lane" Date: Fri, 6 Sep 2013 18:36:05 -0400 Subject: [PATCH] build: install iptables-apply Signed-off-by: Laurence J. Lane --- iptables/Makefile.am | 5 ++++- iptables/ip6tables-apply.8 | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 iptables/ip6tables-apply.8 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 \ 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 \ xtables-config-parser.c xtables-config-syntax.c @@ -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; + ${LN_S} -f iptables-apply "${DESTDIR}${sbindir}/ip6tables-apply" Index: pkg-iptables/iptables/ip6tables-apply.8 =================================================================== --- /dev/null +++ pkg-iptables/iptables/ip6tables-apply.8 @@ -0,0 +1 @@ +.so man8/iptables-apply.8