mirror of https://github.com/fail2ban/fail2ban
ENH: paths-{common,distro} normalisation
parent
79dab54619
commit
ef29d7bd29
4
MANIFEST
4
MANIFEST
|
@ -66,6 +66,10 @@ fail2ban/tests/misctestcase.py
|
||||||
fail2ban/tests/databasetestcase.py
|
fail2ban/tests/databasetestcase.py
|
||||||
fail2ban/tests/config/jail.conf
|
fail2ban/tests/config/jail.conf
|
||||||
fail2ban/tests/config/fail2ban.conf
|
fail2ban/tests/config/fail2ban.conf
|
||||||
|
fail2ban/tests/config/paths-common.conf
|
||||||
|
fail2ban/tests/config/paths-freebsd.conf
|
||||||
|
fail2ban/tests/config/paths-osx.conf
|
||||||
|
fail2ban/tests/config/paths-debian.conf
|
||||||
fail2ban/tests/config/filter.d/simple.conf
|
fail2ban/tests/config/filter.d/simple.conf
|
||||||
fail2ban/tests/config/action.d/brokenaction.conf
|
fail2ban/tests/config/action.d/brokenaction.conf
|
||||||
fail2ban/tests/files/config/apache-auth/digest/.htaccess
|
fail2ban/tests/files/config/apache-auth/digest/.htaccess
|
||||||
|
|
|
@ -33,8 +33,8 @@
|
||||||
|
|
||||||
[INCLUDES]
|
[INCLUDES]
|
||||||
|
|
||||||
#before = disto-paths.conf
|
#before = paths-disto.conf
|
||||||
before = debian-paths.conf
|
before = paths-debian.conf
|
||||||
|
|
||||||
# The DEFAULT allows a global definition of the options. They can be overridden
|
# The DEFAULT allows a global definition of the options. They can be overridden
|
||||||
# in each jail afterwards.
|
# in each jail afterwards.
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
[INCLUDES]
|
[INCLUDES]
|
||||||
|
|
||||||
before = common-paths.conf
|
before = paths-common.conf
|
||||||
|
|
||||||
after = paths-overrides.local
|
after = paths-overrides.local
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
[INCLUDES]
|
[INCLUDES]
|
||||||
|
|
||||||
before = common-paths.conf
|
before = paths-common.conf
|
||||||
|
|
||||||
after = paths-overrides.local
|
after = paths-overrides.local
|
||||||
|
|
Loading…
Reference in New Issue