aboutsummaryrefslogtreecommitdiffstats
path: root/main/iptables/iptables.initd
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-02-23 09:14:16 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-02-23 09:14:16 +0000
commit1feb744b54d43e638a5a2c6a4a082729a441f454 (patch)
treebb3296f300a2601aab34259d8ac2617d9eff2857 /main/iptables/iptables.initd
parente981a6e5df88d8522dc5f47571f47ba1dd9b741b (diff)
downloadaports-1feb744b54d43e638a5a2c6a4a082729a441f454.tar.bz2
aports-1feb744b54d43e638a5a2c6a4a082729a441f454.tar.xz
main/iptables: fix provides -> provide in init.d
Diffstat (limited to 'main/iptables/iptables.initd')
-rw-r--r--main/iptables/iptables.initd2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/iptables/iptables.initd b/main/iptables/iptables.initd
index 6054af6e65..f7a6015634 100644
--- a/main/iptables/iptables.initd
+++ b/main/iptables/iptables.initd
@@ -22,7 +22,7 @@ esac
depend() {
before net
use logger
- provides firewall
+ provide firewall
}
set_table_policy() {