diff options
author | Tim Yamin <plasmaroo@gentoo.org> | 2004-01-03 13:44:42 +0000 |
---|---|---|
committer | Tim Yamin <plasmaroo@gentoo.org> | 2004-01-03 13:44:42 +0000 |
commit | 1446c7e48563b63b972816668c539248fd4267d0 (patch) | |
tree | 5a8d695f1ad0428f573b5821518a9cd9783a086e /net-firewall/ipsec-tools | |
parent | Version bumped. Closes 37098 (diff) | |
download | gentoo-2-1446c7e48563b63b972816668c539248fd4267d0.tar.gz gentoo-2-1446c7e48563b63b972816668c539248fd4267d0.tar.bz2 gentoo-2-1446c7e48563b63b972816668c539248fd4267d0.zip |
Fixed the header and made the 'You need a 2.6 series kernel' error message fatal - closes bug #37096.
Diffstat (limited to 'net-firewall/ipsec-tools')
-rw-r--r-- | net-firewall/ipsec-tools/Manifest | 2 | ||||
-rw-r--r-- | net-firewall/ipsec-tools/ipsec-tools-0.2.2.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-firewall/ipsec-tools/Manifest b/net-firewall/ipsec-tools/Manifest index 7a426c3a96d5..74362a589bf7 100644 --- a/net-firewall/ipsec-tools/Manifest +++ b/net-firewall/ipsec-tools/Manifest @@ -1,5 +1,5 @@ MD5 2a388ec3796d055df69095a16ab8e181 ChangeLog 571 -MD5 8906ebdd50784b94d1611eeaeebf407b ipsec-tools-0.2.2.ebuild 1095 +MD5 6a98ca1096e930ea0c666dbf8b010945 ipsec-tools-0.2.2.ebuild 1084 MD5 880e14fe000918f6a94070c38a33d6fe files/racoon.conf.d 479 MD5 84cffb83a2579976f872a29d42767714 files/ipsec.conf.sample 260 MD5 e183eace529012c4d6d61282b643d757 files/digest-ipsec-tools-0.2.2 69 diff --git a/net-firewall/ipsec-tools/ipsec-tools-0.2.2.ebuild b/net-firewall/ipsec-tools/ipsec-tools-0.2.2.ebuild index e4fe68255012..5376597d65e3 100644 --- a/net-firewall/ipsec-tools/ipsec-tools-0.2.2.ebuild +++ b/net-firewall/ipsec-tools/ipsec-tools-0.2.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. et al. <http://bugs.gentoo.org/show_bug.cgi?id=26796> +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipsec-tools/ipsec-tools-0.2.2.ebuild,v 1.1 2003/12/16 18:04:33 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipsec-tools/ipsec-tools-0.2.2.ebuild,v 1.2 2004/01/03 13:44:31 plasmaroo Exp $ DESCRIPTION="IPsec-Tools is a port of KAME's IPsec utilities to the Linux-2.6 IPsec implementation." HOMEPAGE="http://ipsec-tools.sourceforge.net/" @@ -15,7 +15,7 @@ DEPEND="virtual/glibc pkg_setup() { my_KV=`echo ${KV} | cut -f-2 -d "."` if [ ${my_KV} != "2.6" ] ; then - echo; eerror "You need a 2.6.x kernel to use the ipsec tools!"; echo + echo; eerror "You need a 2.6.x kernel to use the ipsec tools!"; die "You need a 2.6 kernel to use ipsec-tools!" fi } |