mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
*: remove backwards glue, stable/16.7 was branched
This commit is contained in:
parent
c5c5d6f310
commit
3ac7dae235
8 changed files with 5 additions and 93 deletions
|
|
@ -1,6 +1,5 @@
|
|||
PLUGIN_NAME= snmp
|
||||
PLUGIN_VERSION= 0.1
|
||||
PLUGIN_PRIVATE= yes
|
||||
PLUGIN_VERSION= 1.0
|
||||
PLUGIN_DEPENDS= bsnmp-regex bsnmp-ucd
|
||||
PLUGIN_COMMENT= SNMP Server via bsnmpd
|
||||
PLUGIN_MAINTAINER= franco@opnsense.org
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
PLUGIN_NAME= igmp-proxy
|
||||
PLUGIN_VERSION= 0.1
|
||||
PLUGIN_PRIVATE= yes
|
||||
PLUGIN_VERSION= 1.0
|
||||
PLUGIN_DEPENDS= igmpproxy
|
||||
PLUGIN_COMMENT= IGMP-Proxy Service
|
||||
PLUGIN_MAINTAINER= franco@opnsense.org
|
||||
|
|
|
|||
|
|
@ -30,33 +30,6 @@
|
|||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
/* BEGIN remove this in 17.1: provide compat for newer plugin on stock 16.7 */
|
||||
require_once 'util.inc';
|
||||
|
||||
if (!function_exists('url_safe')) {
|
||||
function url_safe($format, $args = array())
|
||||
{
|
||||
if (!is_array($args)) {
|
||||
/* just in case there's only one argument */
|
||||
$args = array($args);
|
||||
}
|
||||
|
||||
foreach ($args as $id => $arg) {
|
||||
$args[$id] = urlencode($arg);
|
||||
}
|
||||
|
||||
return vsprintf($format, $args);
|
||||
}
|
||||
}
|
||||
|
||||
require_once 'interfaces.lib.inc';
|
||||
|
||||
if (!function_exists('legacy_netgraph_attach')) {
|
||||
function legacy_netgraph_attach($if) { return; }
|
||||
}
|
||||
|
||||
/* END remove this in 17.1 */
|
||||
|
||||
function if_l2tp_configure()
|
||||
{
|
||||
return array('if_l2tp_configure_do');
|
||||
|
|
|
|||
|
|
@ -30,34 +30,6 @@
|
|||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
/* BEGIN remove this in 17.1: provide compat for newer plugin on stock 16.7 */
|
||||
|
||||
require_once 'util.inc';
|
||||
|
||||
if (!function_exists('url_safe')) {
|
||||
function url_safe($format, $args = array())
|
||||
{
|
||||
if (!is_array($args)) {
|
||||
/* just in case there's only one argument */
|
||||
$args = array($args);
|
||||
}
|
||||
|
||||
foreach ($args as $id => $arg) {
|
||||
$args[$id] = urlencode($arg);
|
||||
}
|
||||
|
||||
return vsprintf($format, $args);
|
||||
}
|
||||
}
|
||||
|
||||
require_once 'interfaces.lib.inc';
|
||||
|
||||
if (!function_exists('legacy_netgraph_attach')) {
|
||||
function legacy_netgraph_attach($if) { return; }
|
||||
}
|
||||
|
||||
/* END remove this in 17.1 */
|
||||
|
||||
function if_pppoe_configure()
|
||||
{
|
||||
return array('if_pppoe_configure_do');
|
||||
|
|
|
|||
|
|
@ -30,34 +30,6 @@
|
|||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
/* BEGIN remove this in 17.1: provide compat for newer plugin on stock 16.7 */
|
||||
|
||||
require_once 'util.inc';
|
||||
|
||||
if (!function_exists('url_safe')) {
|
||||
function url_safe($format, $args = array())
|
||||
{
|
||||
if (!is_array($args)) {
|
||||
/* just in case there's only one argument */
|
||||
$args = array($args);
|
||||
}
|
||||
|
||||
foreach ($args as $id => $arg) {
|
||||
$args[$id] = urlencode($arg);
|
||||
}
|
||||
|
||||
return vsprintf($format, $args);
|
||||
}
|
||||
}
|
||||
|
||||
require_once 'interfaces.lib.inc';
|
||||
|
||||
if (!function_exists('legacy_netgraph_attach')) {
|
||||
function legacy_netgraph_attach($if) { return; }
|
||||
}
|
||||
|
||||
/* END remove this in 17.1 */
|
||||
|
||||
function if_pptp_configure()
|
||||
{
|
||||
return array('if_pptp_configure_do');
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
PLUGIN_NAME= relayd
|
||||
PLUGIN_VERSION= 0.1
|
||||
PLUGIN_PRIVATE= yes
|
||||
PLUGIN_VERSION= 1.0
|
||||
PLUGIN_DEPENDS= relayd
|
||||
PLUGIN_COMMENT= Relayd Load Balancer
|
||||
PLUGIN_MAINTAINER= franco@opnsense.org
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
PLUGIN_NAME= upnp
|
||||
PLUGIN_VERSION= 0.1
|
||||
PLUGIN_PRIVATE= yes
|
||||
PLUGIN_VERSION= 1.0
|
||||
PLUGIN_DEPENDS= miniupnpd
|
||||
PLUGIN_COMMENT= Universal Plug and Play Service
|
||||
PLUGIN_MAINTAINER= franco@opnsense.org
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
PLUGIN_NAME= wol
|
||||
PLUGIN_VERSION= 0.1
|
||||
PLUGIN_PRIVATE= yes
|
||||
PLUGIN_VERSION= 1.0
|
||||
PLUGIN_DEPENDS= wol
|
||||
PLUGIN_COMMENT= Wake on LAN Service
|
||||
PLUGIN_MAINTAINER= franco@opnsense.org
|
||||
|
|
|
|||
Loading…
Reference in a new issue