Magellan Linux

Annotation of /trunk/ipsec-tools/racoon.confd

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (hide annotations) (download)
Tue May 8 20:06:05 2007 UTC (17 years ago) by niro
File size: 595 byte(s)
-import

1 niro 144 # Copyright 1999-2004 Gentoo Foundation
2     # Distributed under the terms of the GNU General Public License v2
3     # $Header: /root/magellan-cvs/src/ipsec-tools/racoon.confd,v 1.1 2007-05-08 19:49:03 niro Exp $
4    
5     # Config file for /etc/init.d/racoon
6    
7     # See the manual pages for racoon or run `racoon --help`
8     # for valid command-line options
9    
10     RACOON_OPTS="-4"
11    
12     RACOON_CONF="/etc/racoon/racoon.conf"
13     RACOON_PSK_FILE="/etc/racoon/psk.txt"
14     SETKEY_CONF="/etc/ipsec.conf"
15    
16     # Comment or remove the following if you don't want the policy tables
17     # to be flushed when racoon is stopped.
18    
19     RACOON_RESET_TABLES="true"