From ac3eb9892b5a7ca43dcd803671385c3c9cc8be6c Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Fri, 1 Jul 2016 09:36:25 +0200 Subject: [PATCH] net: unleash mpd5 server daemons --- net/l2tp/Makefile | 4 +--- net/pppoe/Makefile | 3 +-- net/pptp/Makefile | 4 +--- 3 files changed, 3 insertions(+), 8 deletions(-) diff --git a/net/l2tp/Makefile b/net/l2tp/Makefile index e80b81de2..9a0bd86d9 100644 --- a/net/l2tp/Makefile +++ b/net/l2tp/Makefile @@ -1,7 +1,5 @@ PLUGIN_NAME= l2tp -PLUGIN_PRIVATE= yes -PLUGIN_VERSION= 0.5 -PLUGIN_REVISION= 1 +PLUGIN_VERSION= 1.0 PLUGIN_DEPENDS= clog mpd5 PLUGIN_COMMENT= LT2P server based on MPD5 PLUGIN_MAINTAINER= franco@opnsense.org diff --git a/net/pppoe/Makefile b/net/pppoe/Makefile index cc8c54a53..f10ff921f 100644 --- a/net/pppoe/Makefile +++ b/net/pppoe/Makefile @@ -1,6 +1,5 @@ PLUGIN_NAME= pppoe -PLUGIN_PRIVATE= yes -PLUGIN_VERSION= 0.5 +PLUGIN_VERSION= 1.0 PLUGIN_DEPENDS= clog mpd5 PLUGIN_COMMENT= PPPoE server based on MPD5 PLUGIN_MAINTAINER= franco@opnsense.org diff --git a/net/pptp/Makefile b/net/pptp/Makefile index 9f11ea9f3..c32f03ece 100644 --- a/net/pptp/Makefile +++ b/net/pptp/Makefile @@ -1,7 +1,5 @@ PLUGIN_NAME= pptp -PLUGIN_PRIVATE= yes -PLUGIN_VERSION= 0.5 -PLUGIN_REVISION= 1 +PLUGIN_VERSION= 1.0 PLUGIN_DEPENDS= clog mpd5 PLUGIN_COMMENT= PPTP server based on MPD5 PLUGIN_MAINTAINER= franco@opnsense.org