From ffa156ca76d7eae2689e47a3716da17433da90cf Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Wed, 28 Feb 2018 22:35:48 +0100 Subject: [PATCH] net/frr: merge version 1.1 from master --- net/frr/Makefile | 3 +-- net/frr/src/etc/rc.syshook.d/50-frr.start | 4 ++++ 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100755 net/frr/src/etc/rc.syshook.d/50-frr.start diff --git a/net/frr/Makefile b/net/frr/Makefile index 071dcd680..ebe7332d5 100644 --- a/net/frr/Makefile +++ b/net/frr/Makefile @@ -1,6 +1,5 @@ PLUGIN_NAME= frr -PLUGIN_VERSION= 1.0 -PLUGIN_REVISION= 2 +PLUGIN_VERSION= 1.1 PLUGIN_COMMENT= The FRRouting Protocol Suite PLUGIN_DEPENDS= frr ruby PLUGIN_CONFLICTS= quagga diff --git a/net/frr/src/etc/rc.syshook.d/50-frr.start b/net/frr/src/etc/rc.syshook.d/50-frr.start new file mode 100755 index 000000000..efded3c94 --- /dev/null +++ b/net/frr/src/etc/rc.syshook.d/50-frr.start @@ -0,0 +1,4 @@ +#!/bin/sh + +# XXX this should not be strictly needed +/usr/local/etc/rc.d/frr start