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