mirror of https://github.com/fail2ban/fail2ban
parent
8be4569d51
commit
2ce0ffb977
|
@ -35,6 +35,7 @@ ver. 0.10.1-dev-1 (2016/??/??) - development edition
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
|
* fix Gentoo init script's shebang to use openrc-run instead of runscript
|
||||||
* jail "pass2allow-ftp" supply blocktype and returntype parameters to the action (gh-1884)
|
* jail "pass2allow-ftp" supply blocktype and returntype parameters to the action (gh-1884)
|
||||||
* avoid using "ANSI_X3.4-1968" as preferred encoding (if missing environment variables
|
* avoid using "ANSI_X3.4-1968" as preferred encoding (if missing environment variables
|
||||||
'LANGUAGE', 'LC_ALL', 'LC_CTYPE', and 'LANG', see gh-1587).
|
'LANGUAGE', 'LC_ALL', 'LC_CTYPE', and 'LANG', see gh-1587).
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/sbin/runscript
|
#!/sbin/openrc-run
|
||||||
# This file is part of Fail2Ban.
|
# This file is part of Fail2Ban.
|
||||||
#
|
#
|
||||||
# Fail2Ban is free software; you can redistribute it and/or modify
|
# Fail2Ban is free software; you can redistribute it and/or modify
|
||||||
|
|
Loading…
Reference in New Issue