$NetBSD: patch-ac,v 1.5 2001/04/22 00:05:16 itojun Exp $ --- samples/racoon.conf.sample.orig Tue Dec 19 17:07:33 2000 +++ samples/racoon.conf.sample Sun Apr 22 09:02:35 2001 @@ -4,15 +4,15 @@ # "include" directive with relative file path. # you can overwrite "path" directive afterwards, however, doing so may add # more confusion. -#path include "/usr/local/v6/etc" ; +#path include "/etc/racoon" ; #include "remote.conf" ; # 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, # if the certificate/certificate request payload is received. -#path certificate "/usr/local/openssl/certs" ; +#path certificate "/usr/pkg/certs" ; # "log" specifies logging level. It is followed by either "notify", "debug" # or "debug2". @@ -53,7 +53,7 @@ pfs_group 2; lifetime time 12 hour ; lifetime byte 50 MB ; - encryption_algorithm 3des, cast128, blowfish, des, twofish, rijndael ; + encryption_algorithm 3des, cast128, blowfish, des, rijndael ; authentication_algorithm hmac_sha1, hmac_md5 ; compression_algorithm deflate ; }