summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2012-11-10 14:56:17 -0600
committerWilliam Hubbs <w.d.hubbs@gmail.com>2012-11-10 15:11:21 -0600
commit9fdee75936a941d176823ac06a2dbb232905c469 (patch)
tree39a7a2be1347e6698ab11e17d0d65985e719f9c1
parentdd261a2a540730d2ad073a9d25c0c141a53d734e (diff)
downloadopenrc-0.11.5.tar.gz
openrc-0.11.5.tar.bz2
openrc-0.11.5.tar.xz
firewalld: fix firewall-cmd dependencyopenrc-0.11.5
This should be "program" instead of "program start".
-rw-r--r--net/firewalld.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/firewalld.sh b/net/firewalld.sh
index b002967..ae83c57 100644
--- a/net/firewalld.sh
+++ b/net/firewalld.sh
@@ -5,7 +5,7 @@ firewalld_depend()
{
after interface
before dhcp
- program start firewall-cmd
+ program firewall-cmd
[ "$IFACE" != "lo" ] && need firewalld
}