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/ipsec-tools/files/racoon.init.d | |
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/ipsec-tools/files/racoon.init.d')
-rw-r--r-- | net-firewall/ipsec-tools/files/racoon.init.d | 3 |
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 } |