From: Peter Müller Date: Sun, 8 May 2022 12:03:18 +0000 (+0000) Subject: Core Update 168: Delete orphaned symlinks to Suricata ruleset updater X-Git-Tag: v2.27-core170~182 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d79814485fba7eb410497ec8e904dc717ef4a065;p=ipfire-2.x.git Core Update 168: Delete orphaned symlinks to Suricata ruleset updater Reported-by: Stefan Schantl Signed-off-by: Peter Müller --- diff --git a/config/rootfiles/core/168/update.sh b/config/rootfiles/core/168/update.sh index 1a45ad9cf2..d21f648ddb 100644 --- a/config/rootfiles/core/168/update.sh +++ b/config/rootfiles/core/168/update.sh @@ -39,6 +39,8 @@ done # Remove files rm -rvf \ + /etc/fcron.daily/suricata \ + /etc/fcron.weekly/suricata \ /lib/firmware/cxgb4/t4fw-1.26.4.0.bin \ /lib/firmware/cxgb4/t5fw-1.26.4.0.bin \ /lib/firmware/cxgb4/t6fw-1.26.4.0.bin \