mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
net/openbgpd7: update 7.6 -> 7.7, and check_process fix
- Upgrade from 7.6 to 7.7 - Fix check_process, "bgpd: parent" no longer matches anything - Remove unused IPV6LLPEER option Pull-Request: https://github.com/freebsd/freebsd-ports/pull/141 Author: Karsten Schmidt <git@guggemand.dk>
This commit is contained in:
parent
4e5eaf3bc1
commit
e2bb42ebb0
3 changed files with 5 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= openbgpd
|
||||
PORTVERSION= 7.6
|
||||
PORTVERSION= 7.7
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= OPENBSD/OpenBGPD
|
||||
PKGNAMESUFFIX= 7
|
||||
|
@ -25,9 +25,4 @@ GROUPS= _bgpd
|
|||
|
||||
CONFLICTS= zebra quagga
|
||||
|
||||
OPTIONS_DEFINE= IPV6LLPEER
|
||||
OPTIONS_DEFAULT= IPV6LLPEER
|
||||
IPV6LLPEER_DESC= Support nexthop using IPv6 link-local address
|
||||
IPV6LLPEER_MAKE_ARGS= -DIPV6_LINKLOCAL_PEER
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1664555890
|
||||
SHA256 (openbgpd-7.6.tar.gz) = b91152106c6450aa56df7bc3a6ea6b283088ca83ee138cc8bbbb14ced60c1417
|
||||
SIZE (openbgpd-7.6.tar.gz) = 787038
|
||||
TIMESTAMP = 1670888338
|
||||
SHA256 (openbgpd-7.7.tar.gz) = cbdfcc6a1e5d71ad105a2398a7af28ad09d5bfed191963f169fa213a72863c62
|
||||
SIZE (openbgpd-7.7.tar.gz) = 787996
|
||||
|
|
|
@ -25,7 +25,7 @@ required_files="%%PREFIX%%/etc/bgpd.conf"
|
|||
|
||||
check_process()
|
||||
{
|
||||
/bin/pgrep -f 'bgpd: parent.*'
|
||||
/bin/pgrep -j none -U 0 -f %%PREFIX%%/sbin/bgpd
|
||||
}
|
||||
|
||||
load_rc_config $name
|
||||
|
|
Loading…
Add table
Reference in a new issue