From ffcd201992021eceebd232ebeb1b73611126321f Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 10 May 2022 09:59:20 +0200 Subject: [PATCH] Framework: mark obsolete plugins in list --- Makefile | 3 ++- README.md | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 76fc96735..d01440b96 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,8 @@ PLUGIN_DIRS+= ${_${CATEGORY}} list: .for PLUGIN_DIR in ${PLUGIN_DIRS} @echo ${PLUGIN_DIR} -- $$(${MAKE} -C ${PLUGIN_DIR} -v PLUGIN_COMMENT) \ - $$(if [ -n "$$(${MAKE} -C ${PLUGIN_DIR} -v PLUGIN_DEVEL _PLUGIN_DEVEL=)" ]; then echo "(development only)"; fi) + $$(if [ -n "$$(${MAKE} -C ${PLUGIN_DIR} -v PLUGIN_DEVEL _PLUGIN_DEVEL=)" ]; then echo "(development only)"; fi) \ + $$(if [ -n "$$(${MAKE} -C ${PLUGIN_DIR} -v PLUGIN_OBSOLETE)" ]; then echo "(pending removal)"; fi) .endfor # shared targets that are sane to run from the root directory diff --git a/README.md b/README.md index 095e89d2f..09a0db513 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ security/tinc -- Tinc VPN security/tor -- The Onion Router sysutils/api-backup -- Provide the functionality to download the config.xml sysutils/apuled -- PC Engine APU LED control (development only) -sysutils/boot-delay -- Apply a persistent 10 second boot delay +sysutils/boot-delay -- Apply a persistent 10 second boot delay (pending removal) sysutils/dmidecode -- Display hardware information on the dashboard sysutils/git-backup -- Track config changes using git sysutils/hw-probe -- Collect hardware diagnostics @@ -112,7 +112,7 @@ www/c-icap -- c-icap connects the web proxy with a virus scanner www/cache -- Webserver cache www/nginx -- Nginx HTTP server and reverse proxy www/web-proxy-sso -- Kerberos authentication module -www/web-proxy-useracl -- Group and user ACL for the web proxy +www/web-proxy-useracl -- Group and user ACL for the web proxy (pending removal) ``` A brief description of how to use the plugins repository