summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Bar-Lev <alonbl@gentoo.org>2008-04-26 10:00:56 +0000
committerAlon Bar-Lev <alonbl@gentoo.org>2008-04-26 10:00:56 +0000
commitd3bbdcb437ad27713741f753abe23bfacf07c17f (patch)
tree5294e7313b2a42d7759ba8aed45545d9c76d3ace /net-firewall/firehol/files
parentFix ChangeLog entry, proper bug #218768 (diff)
downloadgentoo-2-d3bbdcb437ad27713741f753abe23bfacf07c17f.tar.gz
gentoo-2-d3bbdcb437ad27713741f753abe23bfacf07c17f.tar.bz2
gentoo-2-d3bbdcb437ad27713741f753abe23bfacf07c17f.zip
Add 'after bootmisc' to init script, as openrc cleans /tmp while firefox uses it
(Portage version: 2.1.5_rc6)
Diffstat (limited to 'net-firewall/firehol/files')
-rw-r--r--net-firewall/firehol/files/firehol.initrd3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-firewall/firehol/files/firehol.initrd b/net-firewall/firehol/files/firehol.initrd
index 6f7d9fc05559..feb30d0a0b70 100644
--- a/net-firewall/firehol/files/firehol.initrd
+++ b/net-firewall/firehol/files/firehol.initrd
@@ -1,13 +1,14 @@
#!/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.6 2008/02/13 13:52:59 alonbl Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/firehol/files/firehol.initrd,v 1.7 2008/04/26 10:00:56 alonbl Exp $
opts="start stop restart try status panic save"
depend() {
need localmount
+ after bootmisc
before net
provide firewall
}