diff --git a/ChangeLog b/ChangeLog index 41aa9c53..a942c2f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -37,6 +37,7 @@ ver. 0.8.2 (2008/??/??) - stable fail2ban.conf. - Added Mac OS/X startup script. Thanks to Bill Heaton. - Absorbed some Debian patches. Thanks to Yaroslav Halchenko. +- Replaced "echo" with "printf" in actions. Fix #1839673 ver. 0.8.1 (2007/08/14) - stable ---------- diff --git a/config/action.d/dummy.conf b/config/action.d/dummy.conf index be426b4a..12ceefed 100644 --- a/config/action.d/dummy.conf +++ b/config/action.d/dummy.conf @@ -12,7 +12,7 @@ # Values: CMD # actionstart = touch /tmp/fail2ban.dummy - echo "" >> /tmp/fail2ban.dummy + printf %%b "\n" >> /tmp/fail2ban.dummy # Option: actionstop # Notes.: command executed once at the end of Fail2Ban @@ -34,7 +34,7 @@ actioncheck = #