Skip to content

Commit

Permalink
*/*: revision bump and final touch
Browse files Browse the repository at this point in the history
  • Loading branch information
fichtner committed Jul 22, 2017
1 parent b3e8fc0 commit 296f187
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
1 change: 1 addition & 0 deletions dns/dyndns/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
PLUGIN_NAME= dyndns
PLUGIN_VERSION= 1.1
PLUGIN_REVISION= 1
PLUGIN_COMMENT= Dynamic DNS Support
PLUGIN_MAINTAINER= [email protected]

Expand Down
1 change: 1 addition & 0 deletions dns/rfc2136/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
PLUGIN_NAME= rfc2136
PLUGIN_VERSION= 1.0
PLUGIN_REVISION= 1
PLUGIN_COMMENT= RFC-2136 Support
PLUGIN_MAINTAINER= [email protected]
PLUGIN_DEPENDS= bind911
Expand Down
1 change: 1 addition & 0 deletions net/igmp-proxy/Makefile
Original file line number Diff line number Diff line change
@@ -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= [email protected]
Expand Down
1 change: 1 addition & 0 deletions net/l2tp/Makefile
Original file line number Diff line number Diff line change
@@ -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= [email protected]
Expand Down
4 changes: 1 addition & 3 deletions net/l2tp/src/www/vpn_l2tp.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@
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'];
Expand Down
1 change: 1 addition & 0 deletions net/pppoe/Makefile
Original file line number Diff line number Diff line change
@@ -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= [email protected]
Expand Down
1 change: 1 addition & 0 deletions net/pptp/Makefile
Original file line number Diff line number Diff line change
@@ -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= [email protected]
Expand Down
1 change: 1 addition & 0 deletions net/relayd/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
PLUGIN_NAME= relayd
PLUGIN_VERSION= 1.1
PLUGIN_REVISION= 1
PLUGIN_DEPENDS= relayd
PLUGIN_COMMENT= Relayd Load Balancer
PLUGIN_MAINTAINER= [email protected]
Expand Down
8 changes: 1 addition & 7 deletions net/relayd/src/www/load_balancer_setting.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,7 @@
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();
Expand Down
1 change: 1 addition & 0 deletions net/wol/Makefile
Original file line number Diff line number Diff line change
@@ -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= [email protected]
Expand Down

0 comments on commit 296f187

Please sign in to comment.