mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-05-13 14:36:43 +00:00
Merge branch 'bf-common-zzz'
* bf-common-zzz: BF: do not rely on long relative path to upstairs config - symlink common.conf
This commit is contained in:
commit
dca5ff44c2
2 changed files with 4 additions and 2 deletions
1
fail2ban/tests/config/filter.d/common.conf
Symbolic link
1
fail2ban/tests/config/filter.d/common.conf
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../../../config/filter.d/common.conf
|
||||
|
|
@ -6,8 +6,9 @@
|
|||
[INCLUDES]
|
||||
|
||||
# Read common prefixes. If any customizations available -- read them from
|
||||
# common.local
|
||||
before = ../../../../config/filter.d/common.conf
|
||||
# common.local. common.conf is a symlink to the original common.conf and
|
||||
# should be copied (dereferenced) during installation
|
||||
before = common.conf
|
||||
|
||||
[Definition]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue