diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2005-02-01 18:59:09 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2005-02-01 18:59:09 +0000 |
commit | 62d7d46cf624821cf87cde9b9232a994f6e66d4f (patch) | |
tree | a69be1469697e76a603a0718060d42df5cfbacf6 /security/racoon2/files/patch-ad | |
parent | Unbreak on 5.x and 6.0 based on [1]. (diff) |
"racoon2" is a system to exchange and to install security parameters
for the IPsec.
Currently the system supports the following specification:
Internet Key Exchange (IKEv2) Protocol
draft-ietf-ipsec-ikev2-17.txt
(The IKE daemon is not included in the current release due to IPR issue)
Kerberized Internet Negotiation of Keys (KINK)
draft-ietf-kink-kink-06.txt
PF_KEY Key Management API, Version 2
RFC2367
The following protocols will be supported soon.
The Internet Key Exchange (IKE)
RFC2409
WWW: http://www.kame.net/
This port was repocopied from secutiry/racoon.
PR: ports/76814
Notes
Notes:
svn path=/head/; revision=127868
Diffstat (limited to 'security/racoon2/files/patch-ad')
-rw-r--r-- | security/racoon2/files/patch-ad | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/security/racoon2/files/patch-ad b/security/racoon2/files/patch-ad deleted file mode 100644 index 8b8fb3b81fe0..000000000000 --- a/security/racoon2/files/patch-ad +++ /dev/null @@ -1,13 +0,0 @@ ---- racoon.8.in.orig Tue Jul 4 21:27:59 2000 -+++ racoon.8.in Wed Jul 5 16:17:43 2000 -@@ -97,8 +97,8 @@ - .El - .\" - .Sh FILES --.Bl -tag -width /usr/local/v6/etc/racoon.conf -compact --.It Pa /usr/local/v6/etc/racoon.conf -+.Bl -tag -width @sysconfdir@/racoon/racoon.conf -compact -+.It Pa @sysconfdir@/racoon/racoon.conf - default configuration file. - .It Pa /var/log/racoon.log - default log file. |