diff options
author | edwin <edwin@FreeBSD.org> | 2004-11-22 04:33:32 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-11-22 04:33:32 +0000 |
commit | 6e356912bb75d73d69470df265f9bfc98caccd10 (patch) | |
tree | 3497ab4df06e3196b61bd8faddb9ab2fbed4dbcc /net/quagga/Makefile | |
parent | 19945cac1dc8c098bdd851c2fb1b7605f03b6cba (diff) | |
download | FreeBSD-ports-6e356912bb75d73d69470df265f9bfc98caccd10.zip FreeBSD-ports-6e356912bb75d73d69470df265f9bfc98caccd10.tar.gz |
Attached patch comes from official quagga developer list. It fixes
the problem with bgpd lockup when remote peer dies. Patch is tested
by many people. Here is also some cleanup to Makefile to remove
unused variable. Please commit it.
Submitted by: Boris Kovalenko <boris@ntmk.ru>
Diffstat (limited to 'net/quagga/Makefile')
-rw-r--r-- | net/quagga/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/quagga/Makefile b/net/quagga/Makefile index 8c404b0..0b79dc2 100644 --- a/net/quagga/Makefile +++ b/net/quagga/Makefile @@ -7,7 +7,7 @@ PORTNAME= quagga PORTVERSION= 0.96.5 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= net ipv6 MASTER_SITES= http://quagga.net/download/ @@ -90,8 +90,6 @@ RC_DIR= ${PREFIX}/etc/rc.d RC_SUFX= .sh .endif -QUAGGA_SCRIPTS= zebra ripd ripngd ospfd ospf6d bgpd - SED_SCRIPT= -e 's,%%PREFIX%%,${PREFIX},g' \ -e 's,%%SYSCONF_DIR%%,${SYSCONF_DIR},g' \ -e 's,%%LOCALSTATE_DIR%%,${LOCALSTATE_DIR},g' \ |