pkgsrc/security/racoon/patches/patch-ac
2000-10-21 22:54:23 +00:00

18 lines
665 B
Text

$NetBSD: patch-ac,v 1.4 2000/10/21 22:54:23 wiz Exp $
--- 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" ;
@@ -14,3 +14,3 @@
# if the certificate/certificate request payload is received.
-#path certificate "/usr/local/openssl/certs" ;
+#path certificate "/usr/pkg/certs" ;