summaryrefslogtreecommitdiff
path: root/security/racoon/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'security/racoon/patches/patch-ac')
-rw-r--r--security/racoon/patches/patch-ac15
1 files changed, 5 insertions, 10 deletions
diff --git a/security/racoon/patches/patch-ac b/security/racoon/patches/patch-ac
index d8f98724994..519a6511f9f 100644
--- a/security/racoon/patches/patch-ac
+++ b/security/racoon/patches/patch-ac
@@ -1,22 +1,17 @@
-$NetBSD: patch-ac,v 1.2 2000/07/30 16:56:38 itojun Exp $
---- samples/racoon.conf.sample.orig Mon Jul 31 01:48:04 2000
-+++ samples/racoon.conf.sample Mon Jul 31 01:50:29 2000
-@@ -4,15 +4,15 @@
- # "include" directive with relative file path.
- # you can overwrite "path" directive afterwards, however, doing so may add
+--- samples/racoon.conf.sample.orig Wed Oct 4 09:24:11 2000
++++ samples/racoon.conf.sample Wed Oct 4 09:24:39 2000
+@@ -6,3 +6,3 @@
# more confusion.
-#path include "/usr/local/v6/etc" ;
+#path include "/etc/racoon" ;
#include "remote.conf" ;
-
+@@ -10,3 +10,3 @@
# the file should contain key ID/key pairs, for pre-shared key authentication.
-path pre_shared_key "/usr/local/v6/etc/psk.txt" ;
+path pre_shared_key "/etc/racoon/psk.txt" ;
- # racoon will look for certificate file in the directory,
+@@ -14,3 +14,3 @@
# if the certificate/certificate request payload is received.
-#path certificate "/usr/local/openssl/certs" ;
+#path certificate "/usr/pkg/certs" ;
- # identification for our side.
- identifier user_fqdn "foo@kame.net";