diff options
author | Christian Zoffoli <xmerlin@gentoo.org> | 2006-09-17 22:26:28 +0000 |
---|---|---|
committer | Christian Zoffoli <xmerlin@gentoo.org> | 2006-09-17 22:26:28 +0000 |
commit | c6bd8a847bf87130e16a70ee39003001ea2ef65e (patch) | |
tree | efa50b1043936b920b04f54051f8941b08dc10c2 /net-misc/ucarp/ucarp-1.2.ebuild | |
parent | built_with_us fix from Ed Catmur <ed@catmur.co.uk> bug #147738 (diff) | |
download | historical-c6bd8a847bf87130e16a70ee39003001ea2ef65e.tar.gz historical-c6bd8a847bf87130e16a70ee39003001ea2ef65e.tar.bz2 historical-c6bd8a847bf87130e16a70ee39003001ea2ef65e.zip |
Changed description, fixed bug #145358.
Package-Manager: portage-2.1-r1
Diffstat (limited to 'net-misc/ucarp/ucarp-1.2.ebuild')
-rw-r--r-- | net-misc/ucarp/ucarp-1.2.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net-misc/ucarp/ucarp-1.2.ebuild b/net-misc/ucarp/ucarp-1.2.ebuild index f52203701caf..22aa7e904b0b 100644 --- a/net-misc/ucarp/ucarp-1.2.ebuild +++ b/net-misc/ucarp/ucarp-1.2.ebuild @@ -1,12 +1,10 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ucarp/ucarp-1.2.ebuild,v 1.1 2006/03/13 02:08:12 xmerlin Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ucarp/ucarp-1.2.ebuild,v 1.2 2006/09/17 22:26:28 xmerlin Exp $ inherit eutils -DESCRIPTION="UCARP allows a couple of hosts to share common virtual IP addresses in order to provide automatic failover. It is a portable userland implementation of the secure and patent-free Common Address Redundancy Protocol (CARP, OpenBSD's alternative to the VRRP). -Strong points of the CARP protocol are : very low overhead, cryptographically signed messages, interoperability between different operating systems and no need for any dedicated extra network link between redundant hosts. -" +DESCRIPTION="Portable userland implementation of Common Address Redundancy Protocol (CARP)." HOMEPAGE="http://www.ucarp.org" LICENSE="GPL-2" DEPEND="virtual/libpcap" |