diff --git a/net/l2tp/Makefile b/net/l2tp/Makefile index 1f0f95749..e80b81de2 100644 --- a/net/l2tp/Makefile +++ b/net/l2tp/Makefile @@ -1,6 +1,7 @@ PLUGIN_NAME= l2tp PLUGIN_PRIVATE= yes PLUGIN_VERSION= 0.5 +PLUGIN_REVISION= 1 PLUGIN_DEPENDS= clog mpd5 PLUGIN_COMMENT= LT2P server based on MPD5 PLUGIN_MAINTAINER= franco@opnsense.org diff --git a/net/l2tp/src/www/vpn_l2tp.php b/net/l2tp/src/www/vpn_l2tp.php index 8e7bdafc8..32df2e452 100644 --- a/net/l2tp/src/www/vpn_l2tp.php +++ b/net/l2tp/src/www/vpn_l2tp.php @@ -28,7 +28,6 @@ */ require_once("guiconfig.inc"); -require_once("pfsense-utils.inc"); require_once("interfaces.inc"); require_once("services.inc"); require_once("system.inc"); diff --git a/net/pptp/Makefile b/net/pptp/Makefile index ac510aa9e..9f11ea9f3 100644 --- a/net/pptp/Makefile +++ b/net/pptp/Makefile @@ -1,6 +1,7 @@ PLUGIN_NAME= pptp PLUGIN_PRIVATE= yes PLUGIN_VERSION= 0.5 +PLUGIN_REVISION= 1 PLUGIN_DEPENDS= clog mpd5 PLUGIN_COMMENT= PPTP server based on MPD5 PLUGIN_MAINTAINER= franco@opnsense.org diff --git a/net/pptp/src/www/vpn_pptp.php b/net/pptp/src/www/vpn_pptp.php index 4f01637e7..6ced725fe 100644 --- a/net/pptp/src/www/vpn_pptp.php +++ b/net/pptp/src/www/vpn_pptp.php @@ -33,7 +33,6 @@ require_once('filter.inc'); require_once('services.inc'); require_once("system.inc"); require_once("plugins.inc"); -require_once("pfsense-utils.inc"); require_once('plugins.inc.d/if_pptp.inc'); if (!is_array($config['pptpd']['radius'])) { diff --git a/sysutils/smart/Makefile b/sysutils/smart/Makefile index e8e94cc5d..219e2064d 100644 --- a/sysutils/smart/Makefile +++ b/sysutils/smart/Makefile @@ -1,5 +1,6 @@ PLUGIN_NAME= smart PLUGIN_VERSION= 1.0 +PLUGIN_REVISION= 1 PLUGIN_COMMENT= SMART tools PLUGIN_DEPENDS= smartmontools PLUGIN_MAINTAINER= franco@opnsense.org diff --git a/sysutils/smart/src/www/widgets/widgets/smart_status.widget.php b/sysutils/smart/src/www/widgets/widgets/smart_status.widget.php index eeccfed98..7c9b63bcf 100644 --- a/sysutils/smart/src/www/widgets/widgets/smart_status.widget.php +++ b/sysutils/smart/src/www/widgets/widgets/smart_status.widget.php @@ -28,7 +28,6 @@ */ require_once("guiconfig.inc"); -require_once("pfsense-utils.inc"); require_once("widgets/include/smart_status.inc"); ?>