mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
annotate development versions as PLUGIN_DEVEL, idea by @fabianfrz
This commit is contained in:
parent
3dac746b20
commit
a6c1dc9ee0
2 changed files with 7 additions and 5 deletions
|
|
@ -1,7 +1,8 @@
|
|||
PLUGIN_NAME= monit
|
||||
PLUGIN_VERSION= 0.1
|
||||
PLUGIN_COMMENT= Proactive system monitoring
|
||||
PLUGIN_MAINTAINER= frank.brendel@eurolog.com
|
||||
PLUGIN_DEPENDS= monit
|
||||
PLUGIN_NAME= monit
|
||||
PLUGIN_VERSION= 0.1
|
||||
PLUGIN_COMMENT= Proactive system monitoring
|
||||
PLUGIN_MAINTAINER= frank.brendel@eurolog.com
|
||||
PLUGIN_DEPENDS= monit
|
||||
PLUGIN_DEVEL= yes
|
||||
|
||||
.include "../../Mk/plugins.mk"
|
||||
|
|
|
|||
|
|
@ -3,5 +3,6 @@ PLUGIN_VERSION= 0.3
|
|||
PLUGIN_COMMENT= Add SSO Active Directory to use in Proxy
|
||||
PLUGIN_DEPENDS= msktutil
|
||||
PLUGIN_MAINTAINER= gitdevmod@github.com
|
||||
PLUGIN_DEVEL= yes
|
||||
|
||||
.include "../../Mk/plugins.mk"
|
||||
|
|
|
|||
Loading…
Reference in a new issue