From: Stefan Schantl Date: Fri, 2 Apr 2021 11:46:47 +0000 (+0200) Subject: ids-functions.pl: Fix accidently commited debug file path. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=05f42896f0270ffa84ab6abe5368c748b66a63dd;p=people%2Fstevee%2Fipfire-2.x.git ids-functions.pl: Fix accidently commited debug file path. Signed-off-by: Stefan Schantl --- diff --git a/config/cfgroot/ids-functions.pl b/config/cfgroot/ids-functions.pl index db5ef46660..f95a02ddd4 100644 --- a/config/cfgroot/ids-functions.pl +++ b/config/cfgroot/ids-functions.pl @@ -27,7 +27,7 @@ package IDS; require '/var/ipfire/general-functions.pl'; require "${General::swroot}/network-functions.pl"; -require "${General::swroot}/suricata/ruleset-sources-new"; +require "${General::swroot}/suricata/ruleset-sources"; # Location where all config and settings files are stored. our $settingsdir = "${General::swroot}/suricata";