diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2012-11-10 14:56:17 -0600 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2012-11-10 14:56:33 -0600 |
commit | cf7b9047040264c02decf90e5d1355508fa98ded (patch) | |
tree | 0984f657d44c2e673e26f66faec4b5fb93ba5eb7 /net/firewalld.sh | |
parent | 23f975dfcd95df2b06ab86e13072f5e9cba5c9d2 (diff) |
firewalld: fix firewall-cmd dependency
This should be "program" instead of "program start".
Diffstat (limited to 'net/firewalld.sh')
-rw-r--r-- | net/firewalld.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/firewalld.sh b/net/firewalld.sh index b002967b..ae83c575 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 } |