net/frr: tweak previous, bump revision

This commit is contained in:
Franco Fichtner
2018-01-14 16:28:19 +01:00
parent 7bc1c20880
commit 24caebf5b7
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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
+1 -1
View File
@@ -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'),