Index: head/net/openbgpd6/Makefile =================================================================== --- head/net/openbgpd6/Makefile (revision 526572) +++ head/net/openbgpd6/Makefile (revision 526573) @@ -1,32 +1,33 @@ # $FreeBSD$ PORTNAME= openbgpd PORTVERSION= 6.6p0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= OPENBSD/OpenBGPD PKGNAMESUFFIX= 6 MAINTAINER= pi@FreeBSD.org COMMENT= Free implementation of the Border Gateway Protocol, Version 4 LICENSE= ISCL LICENSE_FILE= ${FILESDIR}/COPYING USES= autoreconf libtool uidfix USE_RC_SUBR= ${PORTNAME} GNU_CONFIGURE= yes SUB_FILES= pkg-message USERS= _bgpd GROUPS= _bgpd CONFLICTS= zebra-[0-9]* quagga-[0-9]* OPTIONS_DEFINE= IPV6LLPEER OPTIONS_DEFAULT= IPV6LLPEER IPV6LLPEER_DESC= Support nexthop using IPv6 link-local address IPV6LLPEER_MAKE_ARGS= -DIPV6_LINKLOCAL_PEER .include Index: head/net/openbgpd6/files/openbgpd.in =================================================================== --- head/net/openbgpd6/files/openbgpd.in (revision 526572) +++ head/net/openbgpd6/files/openbgpd.in (revision 526573) @@ -1,35 +1,35 @@ #!/bin/sh # # $FreeBSD$ # -# PROVIDE: bgpd +# PROVIDE: bgpd dynamicrouting # REQUIRE: LOGIN abi # BEFORE: securelevel # KEYWORD: shutdown # Add the following lines to /etc/rc.conf to enable openbgpd: # # openbgpd_enable="YES" # openbgpd_flags="" # # See bgpd(8) for openbgpd_flags . /etc/rc.subr name=openbgpd rcvar=openbgpd_enable extra_commands=reload command="%%PREFIX%%/sbin/bgpd" required_files="%%PREFIX%%/etc/bgpd.conf" : ${openbgpd_enable=NO} check_process() { /bin/pgrep -f 'bgpd: parent.*' } load_rc_config $name run_rc_command "$1"