diff options
author | yuri <yuri@FreeBSD.org> | 2018-09-27 01:18:55 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-09-27 01:18:55 +0800 |
commit | d3d3873de7fd6491bbd74cf69549e382e228f081 (patch) | |
tree | c56d112c808335b819077725a188317b3b1aef64 | |
parent | 60279d141a108042caecd4ee9dbbf9e89b2c6d99 (diff) | |
download | freebsd-ports-gnome-d3d3873de7fd6491bbd74cf69549e382e228f081.tar.gz freebsd-ports-gnome-d3d3873de7fd6491bbd74cf69549e382e228f081.tar.zst freebsd-ports-gnome-d3d3873de7fd6491bbd74cf69549e382e228f081.zip |
net/ucarp: jcpierri@gmail.com takes maintainership
Also add to pkg-descr and update WWW.
PR: 231726
Submitted by: Josmar <jcpierri@gmail.com>
-rw-r--r-- | net/ucarp/Makefile | 2 | ||||
-rw-r--r-- | net/ucarp/pkg-descr | 6 |
2 files changed, 6 insertions, 2 deletions
diff --git a/net/ucarp/Makefile b/net/ucarp/Makefile index 07b6da54ec95..c1d1c2d95f96 100644 --- a/net/ucarp/Makefile +++ b/net/ucarp/Makefile @@ -5,7 +5,7 @@ PORTNAME= ucarp PORTVERSION= 1.5.2.20171201 CATEGORIES= net -MAINTAINER= ports@FreeBSD.org +MAINTAINER= jcpierri@gmail.com COMMENT= Userlevel Common Address Redundancy Protocol LICENSE= ISC diff --git a/net/ucarp/pkg-descr b/net/ucarp/pkg-descr index e7d89b04a825..6f452d59f9ed 100644 --- a/net/ucarp/pkg-descr +++ b/net/ucarp/pkg-descr @@ -3,4 +3,8 @@ 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). -WWW: http://www.ucarp.org/ +Because UCARP does not require "promiscuous mode" on interfaces, it may be a +suitable option in environments where carp(4) may be difficult to deploy, +such as in clouds or other virtualized infrastructures. + +WWW: https://github.com/jedisct1/UCarp |