*/*: revision bump and final touch

PR: https://github.com/opnsense/core/issues/1733
This commit is contained in:
Franco Fichtner
2017-07-22 18:21:15 +02:00
parent b3e8fc02b6
commit 296f187dd6
10 changed files with 10 additions and 10 deletions
+1
View File
@@ -1,5 +1,6 @@
PLUGIN_NAME= dyndns
PLUGIN_VERSION= 1.1
PLUGIN_REVISION= 1
PLUGIN_COMMENT= Dynamic DNS Support
PLUGIN_MAINTAINER= franco@opnsense.org
+1
View File
@@ -1,5 +1,6 @@
PLUGIN_NAME= rfc2136
PLUGIN_VERSION= 1.0
PLUGIN_REVISION= 1
PLUGIN_COMMENT= RFC-2136 Support
PLUGIN_MAINTAINER= franco@opnsense.org
PLUGIN_DEPENDS= bind911
+1
View File
@@ -1,5 +1,6 @@
PLUGIN_NAME= igmp-proxy
PLUGIN_VERSION= 1.1
PLUGIN_REVISION= 1
PLUGIN_DEPENDS= igmpproxy
PLUGIN_COMMENT= IGMP-Proxy Service
PLUGIN_MAINTAINER= franco@opnsense.org
+1
View File
@@ -1,5 +1,6 @@
PLUGIN_NAME= l2tp
PLUGIN_VERSION= 1.7
PLUGIN_REVISION= 1
PLUGIN_DEPENDS= clog mpd5
PLUGIN_COMMENT= L2TP server based on MPD5
PLUGIN_MAINTAINER= franco@opnsense.org
+1 -3
View File
@@ -34,9 +34,7 @@ require_once("system.inc");
require_once("plugins.inc.d/if_l2tp.inc");
$l2tpcfg = &config_read_array('l2tp');
if (!isset($config['l2tp']['radius']) || !is_array($config['l2tp']['radius'])) {
$config['l2tp']['radius'] = array();
}
config_read_array('l2tp', 'radius');
if ($_SERVER['REQUEST_METHOD'] === 'GET') {
$pconfig['remoteip'] = $l2tpcfg['remoteip'];
+1
View File
@@ -1,5 +1,6 @@
PLUGIN_NAME= pppoe
PLUGIN_VERSION= 1.7
PLUGIN_REVISION= 1
PLUGIN_DEPENDS= clog mpd5
PLUGIN_COMMENT= PPPoE server based on MPD5
PLUGIN_MAINTAINER= franco@opnsense.org
+1
View File
@@ -1,5 +1,6 @@
PLUGIN_NAME= pptp
PLUGIN_VERSION= 1.7
PLUGIN_REVISION= 1
PLUGIN_DEPENDS= clog mpd5
PLUGIN_COMMENT= PPTP server based on MPD5
PLUGIN_MAINTAINER= franco@opnsense.org
+1
View File
@@ -1,5 +1,6 @@
PLUGIN_NAME= relayd
PLUGIN_VERSION= 1.1
PLUGIN_REVISION= 1
PLUGIN_DEPENDS= relayd
PLUGIN_COMMENT= Relayd Load Balancer
PLUGIN_MAINTAINER= franco@opnsense.org
+1 -7
View File
@@ -34,13 +34,7 @@ require_once("services.inc");
require_once("plugins.inc.d/relayd.inc");
require_once("interfaces.inc");
if (empty($config['load_balancer']) || !is_array($config['load_balancer'])) {
$config['load_balancer'] = array();
}
if (empty($config['load_balancer']['setting']) || !is_array($config['load_balancer']['setting'])) {
$config['load_balancer']['setting'] = array();
}
config_read_array('load_balancer', 'setting');
if ($_SERVER['REQUEST_METHOD'] === 'GET') {
$pconfig = array();
+1
View File
@@ -1,5 +1,6 @@
PLUGIN_NAME= wol
PLUGIN_VERSION= 1.0
PLUGIN_REVISION= 1
PLUGIN_DEPENDS= wol
PLUGIN_COMMENT= Wake on LAN Service
PLUGIN_MAINTAINER= franco@opnsense.org