summaryrefslogtreecommitdiffstats
path: root/rules/iptables.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-04-19 10:30:49 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-04-19 10:30:49 +0000
commit1c75737dae4982c75b476e730984eb02c7279c18 (patch)
tree7c7d306a8d014f5f4d2cb928584986701bb63141 /rules/iptables.in
parent62f3fced06e785dc5f2127828ba62423001e336d (diff)
downloadptxdist-1c75737dae4982c75b476e730984eb02c7279c18.tar.gz
ptxdist-1c75737dae4982c75b476e730984eb02c7279c18.tar.xz
[iptables] add installation of iptables-apply
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10307 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/iptables.in')
-rw-r--r--rules/iptables.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/rules/iptables.in b/rules/iptables.in
index 460ad4337..616916b44 100644
--- a/rules/iptables.in
+++ b/rules/iptables.in
@@ -84,9 +84,13 @@ config IPTABLES_INSTALL_IPTABLES_XML
easily manipulatable XML format to STDOUT. Use I/O-redirection
provided by your shell to write to a file.
+comment "iptables-apply depends on bash"
+ depends on !BASH
+
config IPTABLES_INSTALL_IPTABLES_APPLY
bool
prompt "install iptables-apply"
+ depends on BASH
help
iptables-apply will try to apply a new ruleset (as output by
iptables-save/read by iptables-restore) to iptables, then prompt the