diff options
author | Olivier Cochard <olivier@FreeBSD.org> | 2020-02-10 16:35:14 +0000 |
---|---|---|
committer | Olivier Cochard <olivier@FreeBSD.org> | 2020-02-10 16:35:14 +0000 |
commit | 7d45e135e89116de68fc27ef1aa2e0e66d4ce27f (patch) | |
tree | aacb3f7f929cfc6c5e7f2588438f31d7c3992318 /net/frr7 | |
parent | Add 'dynamicrouting' to RC's PROVIDE (diff) |
Add 'dynamicrouting' to RC's PROVIDE, to help ICMP redirect processing depend
on routing daemon
Notes
Notes:
svn path=/head/; revision=525716
Diffstat (limited to 'net/frr7')
-rw-r--r-- | net/frr7/Makefile | 1 | ||||
-rw-r--r-- | net/frr7/files/frr.in | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/net/frr7/Makefile b/net/frr7/Makefile index f83fd730d215..3696963e1ad7 100644 --- a/net/frr7/Makefile +++ b/net/frr7/Makefile @@ -3,6 +3,7 @@ PORTNAME= frr PORTVERSION= 7.2.1 DISTVERSIONPREFIX= frr- +PORTREVISION= 1 CATEGORIES= net PKGNAMESUFFIX= 7 diff --git a/net/frr7/files/frr.in b/net/frr7/files/frr.in index 950eee77de7b..341e0a2fc4ca 100644 --- a/net/frr7/files/frr.in +++ b/net/frr7/files/frr.in @@ -3,7 +3,7 @@ # $FreeBSD$ # -# PROVIDE: frr +# PROVIDE: frr dynamicrouting # REQUIRE: netif routing # KEYWORD: nojailvnet shutdown |