diff --git a/README.md b/README.md index 3a2bd6149..11d06a1e1 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ sysutils/apuled -- PC Engine APU LED control (development only) sysutils/boot-delay -- Apply a persistent 10 second boot delay sysutils/dmidecode -- Display hardware information on the dashboard sysutils/git-backup -- Track config changes using git -sysutils/hw-probe -- Collect hardware diagnostics (development only) +sysutils/hw-probe -- Collect hardware diagnostics sysutils/lcdproc-sdeclcd -- LCDProc for SDEC LCD devices sysutils/mail-backup -- Send configuration file backup by e-mail sysutils/munin-node -- Munin monitorin agent diff --git a/sysutils/hw-probe/Makefile b/sysutils/hw-probe/Makefile index 8ce8dff66..eaf0ab3b2 100644 --- a/sysutils/hw-probe/Makefile +++ b/sysutils/hw-probe/Makefile @@ -1,8 +1,7 @@ PLUGIN_NAME= hw-probe -PLUGIN_VERSION= 0.1 +PLUGIN_VERSION= 1.0 PLUGIN_COMMENT= Collect hardware diagnostics PLUGIN_DEPENDS= hw-probe PLUGIN_MAINTAINER= m.muenz@gmail.com -PLUGIN_DEVEL= yes .include "../../Mk/plugins.mk"