diff --git a/README.md b/README.md index 8c2f50504..1615e0cb7 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ net-mgmt/telegraf -- Agent for collecting metrics and data net-mgmt/zabbix-agent -- Zabbix monitoring agent net-mgmt/zabbix4-proxy -- Zabbix Proxy enables decentralized monitoring net-mgmt/zabbix5-proxy -- Zabbix Proxy enables decentralized monitoring -net/chrony -- Chrony time synchronisation (development only) +net/chrony -- Chrony time synchronisation net/firewall -- Firewall API supplemental package net/freeradius -- RADIUS Authentication, Authorization and Accounting Server net/frr -- The FRRouting Protocol Suite diff --git a/net/chrony/Makefile b/net/chrony/Makefile index 2ca167d2e..39c87599f 100644 --- a/net/chrony/Makefile +++ b/net/chrony/Makefile @@ -1,8 +1,7 @@ PLUGIN_NAME= chrony -PLUGIN_VERSION= 0.1 +PLUGIN_VERSION= 1.0 PLUGIN_COMMENT= Chrony time synchronisation PLUGIN_DEPENDS= chrony PLUGIN_MAINTAINER= m.muenz@gmail.com -PLUGIN_DEVEL= yes .include "../../Mk/plugins.mk"