From ea6550812aeb257d38e276dc7d7b9700e3299adb Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 17 Oct 2023 14:33:50 +0200 Subject: [PATCH] sysutils/api-backup: mark obsolete --- README.md | 2 +- sysutils/api-backup/Makefile | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 897cb651a..5cc779f63 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ security/tinc -- Tinc VPN security/tor -- The Onion Router security/wazuh-agent -- Agent for the open source security platform Wazuh sysutils/apcupsd -- APCUPSD - APC UPS daemon -sysutils/api-backup -- Provide the functionality to download the config.xml +sysutils/api-backup -- EoL, core endpoint is /api/core/backup/download (pending removal) sysutils/apuled -- PC Engine APU LED control (development only) sysutils/dmidecode -- Display hardware information on the dashboard sysutils/git-backup -- Track config changes using git diff --git a/sysutils/api-backup/Makefile b/sysutils/api-backup/Makefile index 55131b846..f4663d3b4 100644 --- a/sysutils/api-backup/Makefile +++ b/sysutils/api-backup/Makefile @@ -1,6 +1,7 @@ PLUGIN_NAME= api-backup PLUGIN_VERSION= 1.1 -PLUGIN_COMMENT= Provide the functionality to download the config.xml +PLUGIN_OBSOLETE= yes +PLUGIN_COMMENT= EoL, core endpoint is /api/core/backup/download PLUGIN_MAINTAINER= franz.fabian.94@gmail.com .include "../../Mk/plugins.mk"