diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2012-11-10 19:49:37 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2012-11-10 19:49:37 +0000 |
commit | 5648554933d989118e0cc57c892e0dbf300cc8f6 (patch) | |
tree | e13110923441724c8fa10a7c3e81e041b58cd7a0 /net-firewall | |
parent | Fix base directory. Bug #438728. Remove old (diff) | |
download | gentoo-2-5648554933d989118e0cc57c892e0dbf300cc8f6.tar.gz gentoo-2-5648554933d989118e0cc57c892e0dbf300cc8f6.tar.bz2 gentoo-2-5648554933d989118e0cc57c892e0dbf300cc8f6.zip |
Fix the OpenRC module.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/firewalld/ChangeLog | 5 | ||||
-rw-r--r-- | net-firewall/firewalld/files/firewalld.module | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-firewall/firewalld/ChangeLog b/net-firewall/firewalld/ChangeLog index 56f9eaff46f3..c26e002ddab8 100644 --- a/net-firewall/firewalld/ChangeLog +++ b/net-firewall/firewalld/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-firewall/firewalld # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/firewalld/ChangeLog,v 1.6 2012/11/08 03:56:30 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/firewalld/ChangeLog,v 1.7 2012/11/10 19:49:37 cardoe Exp $ + + 10 Nov 2012; Doug Goldstein <cardoe@gentoo.org> files/firewalld.module: + Fix the OpenRC module. 08 Nov 2012; Doug Goldstein <cardoe@gentoo.org> firewalld-0.2.9.ebuild: Fix the icon path yet again. diff --git a/net-firewall/firewalld/files/firewalld.module b/net-firewall/firewalld/files/firewalld.module index 8760a30c6361..ae83c575b3c1 100644 --- a/net-firewall/firewalld/files/firewalld.module +++ b/net-firewall/firewalld/files/firewalld.module @@ -5,7 +5,7 @@ firewalld_depend() { after interface before dhcp - program start firewall-cmd + program firewall-cmd [ "$IFACE" != "lo" ] && need firewalld } @@ -35,4 +35,4 @@ firewalld_pre_stop() fi return 0 -}
\ No newline at end of file +} |