From 0a8cfdac43dd8d782ae99020e442d39eefaf3896 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 7 Oct 2024 10:24:09 +0000 Subject: [PATCH] core190: Ship ncat again (just to be sure) Signed-off-by: Michael Tremer --- config/rootfiles/core/190/filelists/ncat | 1 + config/rootfiles/core/190/update.sh | 5 +++++ 2 files changed, 6 insertions(+) create mode 120000 config/rootfiles/core/190/filelists/ncat diff --git a/config/rootfiles/core/190/filelists/ncat b/config/rootfiles/core/190/filelists/ncat new file mode 120000 index 000000000..38dcdb224 --- /dev/null +++ b/config/rootfiles/core/190/filelists/ncat @@ -0,0 +1 @@ +../../../common/ncat \ No newline at end of file diff --git a/config/rootfiles/core/190/update.sh b/config/rootfiles/core/190/update.sh index ba24bc41e..d301b0c9e 100644 --- a/config/rootfiles/core/190/update.sh +++ b/config/rootfiles/core/190/update.sh @@ -34,6 +34,11 @@ done # Stop services /etc/init.d/suricata stop +# Remove the metadata for ncat (if installed) as this is now part of the core system +rm -f "/opt/pakfire/db/installed/meta-ncat" +rm -f "/opt/pakfire/db/meta/meta-ncat" +rm -f "/opt/pakfire/db/rootfiles/ncat" + # Extract files extract_files -- 2.39.5