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
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')
-rw-r--r--net-firewall/firehol/ChangeLog5
-rw-r--r--net-firewall/firehol/files/firehol.initrd3
2 files changed, 6 insertions, 2 deletions
diff --git a/net-firewall/firehol/ChangeLog b/net-firewall/firehol/ChangeLog
index e26ebf3ad13f..3d666eba3232 100644
--- a/net-firewall/firehol/ChangeLog
+++ b/net-firewall/firehol/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-firewall/firehol
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/firehol/ChangeLog,v 1.35 2008/04/26 10:00:56 alonbl Exp $
+
+ 26 Apr 2008; Alon Bar-Lev <alonbl@gentoo.org> files/firehol.initrd:
+ Add 'after bootmisc' to init script, as openrc cleans /tmp while firefox uses it
13 Feb 2008; Alon Bar-Lev <alonbl@gentoo.org> files/firehol.initrd:
Add 'need localmount' to init.d script, bug#198169
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
}