diff options
author | 2008-02-13 13:52:59 +0000 | |
---|---|---|
committer | 2008-02-13 13:52:59 +0000 | |
commit | b15802f3ba9b64b75af5efa5a36aef90d8834b6f (patch) | |
tree | 62b34840653e35ecd9d2a780b547f4d4801b60d1 /net-firewall/firehol | |
parent | Fixed compilation of python bindings using shared lib (bug #208220) (diff) | |
download | gentoo-2-b15802f3ba9b64b75af5efa5a36aef90d8834b6f.tar.gz gentoo-2-b15802f3ba9b64b75af5efa5a36aef90d8834b6f.tar.bz2 gentoo-2-b15802f3ba9b64b75af5efa5a36aef90d8834b6f.zip |
Add 'need localmount' to init.d script, bug#198169
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-firewall/firehol')
-rw-r--r-- | net-firewall/firehol/ChangeLog | 7 | ||||
-rw-r--r-- | net-firewall/firehol/files/firehol.initrd | 3 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-firewall/firehol/ChangeLog b/net-firewall/firehol/ChangeLog index 44c1b7a1db56..e26ebf3ad13f 100644 --- a/net-firewall/firehol/ChangeLog +++ b/net-firewall/firehol/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-firewall/firehol -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/firehol/ChangeLog,v 1.33 2007/11/06 10:22:03 centic Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-firewall/firehol/ChangeLog,v 1.34 2008/02/13 13:52:58 alonbl Exp $ + + 13 Feb 2008; Alon Bar-Lev <alonbl@gentoo.org> files/firehol.initrd: + Add 'need localmount' to init.d script, bug#198169 03 Nov 2007; Dominik Stadler <centic@gentoo.org> firehol-1.250.ebuild, firehol-1.250-r1.ebuild, firehol-1.250-r2.ebuild, firehol-1.256.ebuild, diff --git a/net-firewall/firehol/files/firehol.initrd b/net-firewall/firehol/files/firehol.initrd index 2ba0041cca98..6f7d9fc05559 100644 --- a/net-firewall/firehol/files/firehol.initrd +++ b/net-firewall/firehol/files/firehol.initrd @@ -1,12 +1,13 @@ #!/sbin/runscript # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/firehol/files/firehol.initrd,v 1.5 2005/02/12 20:40:35 centic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/firehol/files/firehol.initrd,v 1.6 2008/02/13 13:52:59 alonbl Exp $ opts="start stop restart try status panic save" depend() { + need localmount before net provide firewall } |