mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
22 lines
845 B
Text
22 lines
845 B
Text
--- a/fail2ban/tests/config/filter.d/zzz-generic-example.conf
|
|
+++ b/fail2ban/tests/config/filter.d/zzz-generic-example.conf
|
|
@@ -8,7 +8,7 @@
|
|
# Read common prefixes. If any customizations available -- read them from
|
|
# common.local. common.conf is a symlink to the original common.conf and
|
|
# should be copied (dereferenced) during installation
|
|
-before = ../../../../config/filter.d/common.conf
|
|
+before = ../../../../../../../config/filter.d/common.conf
|
|
|
|
[Definition]
|
|
|
|
--- a/fail2ban/tests/config/filter.d/zzz-sshd-obsolete-multiline.conf
|
|
+++ b/fail2ban/tests/config/filter.d/zzz-sshd-obsolete-multiline.conf
|
|
@@ -5,7 +5,7 @@
|
|
|
|
# Read common prefixes. If any customizations available -- read them from
|
|
# common.local
|
|
-before = ../../../../config/filter.d/common.conf
|
|
+before = ../../../../../../../config/filter.d/common.conf
|
|
|
|
[DEFAULT]
|
|
|