mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-05-13 14:36:43 +00:00
added patch to fix rel symlink for tests to be ran out of source
This commit is contained in:
parent
1561d5fb14
commit
abb2feafe7
2 changed files with 12 additions and 0 deletions
11
debian/patches/deb_path_to_common
vendored
Normal file
11
debian/patches/deb_path_to_common
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
--- 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]
|
||||
|
||||
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
|
@ -1,2 +1,3 @@
|
|||
deb_path_to_common
|
||||
deb_init_paths
|
||||
deb_manpages_reportbug
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue