diff options
author | Tim Yamin <plasmaroo@gentoo.org> | 2004-03-07 11:38:42 +0000 |
---|---|---|
committer | Tim Yamin <plasmaroo@gentoo.org> | 2004-03-07 11:38:42 +0000 |
commit | b98af6d9e4ff0e8591f74404a58ce806d716b93b (patch) | |
tree | d8cbe2aa36f3b3e319aa6e59648330042b2b5117 /net-firewall | |
parent | Marked stable on mips, copyright header fixes. (diff) | |
download | historical-b98af6d9e4ff0e8591f74404a58ce806d716b93b.tar.gz historical-b98af6d9e4ff0e8591f74404a58ce806d716b93b.tar.bz2 historical-b98af6d9e4ff0e8591f74404a58ce806d716b93b.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/Manifest | 2 | ||||
-rw-r--r-- | net-firewall/ipsec-tools/files/racoon.init.d | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/net-firewall/ipsec-tools/Manifest b/net-firewall/ipsec-tools/Manifest index f46fa16a3c4d..e386a9edff1f 100644 --- a/net-firewall/ipsec-tools/Manifest +++ b/net-firewall/ipsec-tools/Manifest @@ -8,4 +8,4 @@ MD5 ac619b46b3bc5c18673af99af443f697 files/digest-ipsec-tools-0.2.4 69 MD5 84cffb83a2579976f872a29d42767714 files/ipsec.conf.sample 260 MD5 ac829bbe938472aca7e32399ec2c136b files/digest-ipsec-tools-0.2.3 69 MD5 e183eace529012c4d6d61282b643d757 files/digest-ipsec-tools-0.2.2 69 -MD5 1b92416a20f032c713fb26c9cdfe7413 files/racoon.init.d 1129 +MD5 9e8ef9cfd93b58e9eb6a634bde681601 files/racoon.init.d 1146 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 } |