summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Yamin <plasmaroo@gentoo.org>2004-03-07 11:38:42 +0000
committerTim Yamin <plasmaroo@gentoo.org>2004-03-07 11:38:42 +0000
commit2e91430f0361f462107bdb3ef46ab78c1fc9721b (patch)
tree11bca1fa5bfa83e3bb6b499d811bd05ea013dc47 /net-firewall
parentMarked stable on mips, copyright header fixes. (Manifest recommit) (diff)
downloadgentoo-2-2e91430f0361f462107bdb3ef46ab78c1fc9721b.tar.gz
gentoo-2-2e91430f0361f462107bdb3ef46ab78c1fc9721b.tar.bz2
gentoo-2-2e91430f0361f462107bdb3ef46ab78c1fc9721b.zip
Added "before netmount" to the initialization script so that network filesystems that require IPSec would be properly mounted - closes bug #39359.
Diffstat (limited to 'net-firewall')
-rw-r--r--net-firewall/ipsec-tools/files/racoon.init.d3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-firewall/ipsec-tools/files/racoon.init.d b/net-firewall/ipsec-tools/files/racoon.init.d
index 35728362befe..53ee6d00cbaf 100644
--- a/net-firewall/ipsec-tools/files/racoon.init.d
+++ b/net-firewall/ipsec-tools/files/racoon.init.d
@@ -1,8 +1,9 @@
#!/sbin/runscript
-# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
depend() {
+ before netmount
use net
}