diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-03-09 02:55:47 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-03-09 02:55:47 +0000 |
commit | dea4dde42dd983c87dc178dd8ed92d9a97df6588 (patch) | |
tree | 1746f91857c5e13a0ce24d859febd9e6f8c1be84 /net-firewall | |
parent | Add ~x86-fbsd; Add upstream patch to use ETIMEOUT instead of ETIME. Bug #397747 (diff) | |
download | gentoo-2-dea4dde42dd983c87dc178dd8ed92d9a97df6588.tar.gz gentoo-2-dea4dde42dd983c87dc178dd8ed92d9a97df6588.tar.bz2 gentoo-2-dea4dde42dd983c87dc178dd8ed92d9a97df6588.zip |
Remove option for IPv4 only
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/ipsec-tools/ChangeLog | 5 | ||||
-rw-r--r-- | net-firewall/ipsec-tools/files/racoon.conf.d | 11 |
2 files changed, 9 insertions, 7 deletions
diff --git a/net-firewall/ipsec-tools/ChangeLog b/net-firewall/ipsec-tools/ChangeLog index e3e9ac77b7d3..39772418fd96 100644 --- a/net-firewall/ipsec-tools/ChangeLog +++ b/net-firewall/ipsec-tools/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-firewall/ipsec-tools # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipsec-tools/ChangeLog,v 1.88 2012/03/08 12:06:50 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipsec-tools/ChangeLog,v 1.89 2012/03/09 02:55:47 blueness Exp $ + + 09 Mar 2012; Anthony G. Basile <blueness@gentoo.org> files/racoon.conf.d: + Remove option for IPv4 only 08 Mar 2012; Anthony G. Basile <blueness@gentoo.org> -ipsec-tools-0.8.0-r2.ebuild, -files/ipsec-tools-system-kernel-headers.patch: diff --git a/net-firewall/ipsec-tools/files/racoon.conf.d b/net-firewall/ipsec-tools/files/racoon.conf.d index 66f8ed76744f..b201e4089f3f 100644 --- a/net-firewall/ipsec-tools/files/racoon.conf.d +++ b/net-firewall/ipsec-tools/files/racoon.conf.d @@ -1,13 +1,11 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipsec-tools/files/racoon.conf.d,v 1.3 2004/07/14 23:29:57 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipsec-tools/files/racoon.conf.d,v 1.4 2012/03/09 02:55:47 blueness Exp $ # Config file for /etc/init.d/racoon -# See the manual pages for racoon or run `racoon --help` -# for valid command-line options - -RACOON_OPTS="-4" +# See the man page or run `racoon --help` for valid command-line options +# RACOON_OPTS="-d" RACOON_CONF="/etc/racoon/racoon.conf" RACOON_PSK_FILE="/etc/racoon/psk.txt" @@ -17,3 +15,4 @@ SETKEY_CONF="/etc/ipsec.conf" # to be flushed when racoon is stopped. RACOON_RESET_TABLES="true" + |