From 24caebf5b7d4cdeb10d58b5c26d5cbcbc57ce850 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Sun, 14 Jan 2018 16:28:19 +0100 Subject: [PATCH] net/frr: tweak previous, bump revision --- net/frr/Makefile | 1 + net/frr/src/etc/inc/plugins.inc.d/frr.inc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/net/frr/Makefile b/net/frr/Makefile index 5562eb17b..5197e2f72 100644 --- a/net/frr/Makefile +++ b/net/frr/Makefile @@ -1,5 +1,6 @@ PLUGIN_NAME= frr PLUGIN_VERSION= 1.0 +PLUGIN_REVISION= 1 PLUGIN_COMMENT= The FRRouting Protocol Suite PLUGIN_DEPENDS= frr ruby PLUGIN_CONFLICTS= quagga diff --git a/net/frr/src/etc/inc/plugins.inc.d/frr.inc b/net/frr/src/etc/inc/plugins.inc.d/frr.inc index 50f4cd07e..1f020c5bb 100644 --- a/net/frr/src/etc/inc/plugins.inc.d/frr.inc +++ b/net/frr/src/etc/inc/plugins.inc.d/frr.inc @@ -88,7 +88,7 @@ function frr_services() if (isset($config['OPNsense']['quagga']['general']['enabled']) && $config['OPNsense']['quagga']['general']['enabled'] == 1) { $services[] = array( - 'description' => gettext('FRRouting daemon'), + 'description' => gettext('FRRouting Daemon'), 'configd' => array( 'restart' => array('quagga restart'), 'start' => array('quagga start'),