From 0c40adda4bd6e980071258f3a468131d495fc3d1 Mon Sep 17 00:00:00 2001 From: Cyril Jaquier Date: Mon, 18 Dec 2006 22:33:01 +0000 Subject: [PATCH] - Fixed some comments git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@494 a942ae1a-1317-0410-a47c-b1dcaea8d605 --- config/action.d/dummy.conf | 12 ++++++------ config/action.d/hostsdeny.conf | 12 ++++++------ config/action.d/ipfw.conf | 16 ++++++++-------- config/action.d/iptables.conf | 12 ++++++------ config/action.d/mail-whois.conf | 12 ++++++------ config/action.d/mail.conf | 12 ++++++------ config/action.d/shorewall.conf | 12 ++++++------ config/fail2ban.conf | 5 +++-- config/jail.conf | 19 +++++++++++++++---- 9 files changed, 62 insertions(+), 50 deletions(-) diff --git a/config/action.d/dummy.conf b/config/action.d/dummy.conf index 5737c372a..cc729fdd1 100644 --- a/config/action.d/dummy.conf +++ b/config/action.d/dummy.conf @@ -7,26 +7,26 @@ [Definition] -# Option: fwstart +# Option: actionstart # Notes.: command executed once at the start of Fail2Ban. # Values: CMD # actionstart = touch /tmp/fail2ban.dummy echo "" >> /tmp/fail2ban.dummy -# Option: fwend +# Option: actionend # Notes.: command executed once at the end of Fail2Ban # Values: CMD # actionstop = rm -f /tmp/fail2ban.dummy -# Option: fwcheck -# Notes.: command executed once before each fwban command +# Option: actioncheck +# Notes.: command executed once before each actionban command # Values: CMD # actioncheck = -# Option: fwban +# Option: actionban # Notes.: command executed when banning an IP. Take care that the # command is executed with Fail2Ban user rights. # Tags: IP address @@ -36,7 +36,7 @@ actioncheck = # actionban = echo "+" >> /tmp/fail2ban.dummy -# Option: fwunban +# Option: actionunban # Notes.: command executed when unbanning an IP. Take care that the # command is executed with Fail2Ban user rights. # Tags: IP address diff --git a/config/action.d/hostsdeny.conf b/config/action.d/hostsdeny.conf index 7f63ff9b1..784fddc50 100644 --- a/config/action.d/hostsdeny.conf +++ b/config/action.d/hostsdeny.conf @@ -7,25 +7,25 @@ [Definition] -# Option: fwstart +# Option: actionstart # Notes.: command executed once at the start of Fail2Ban. # Values: CMD # actionstart = touch -# Option: fwend +# Option: actionend # Notes.: command executed once at the end of Fail2Ban # Values: CMD # actionstop = rm -f -# Option: fwcheck -# Notes.: command executed once before each fwban command +# Option: actioncheck +# Notes.: command executed once before each actionban command # Values: CMD # actioncheck = -# Option: fwban +# Option: actionban # Notes.: command executed when banning an IP. Take care that the # command is executed with Fail2Ban user rights. # Tags: IP address @@ -36,7 +36,7 @@ actioncheck = actionban = IP= && echo "ALL: $IP" >> -# Option: fwunban +# Option: actionunban # Notes.: command executed when unbanning an IP. Take care that the # command is executed with Fail2Ban user rights. # Tags: IP address diff --git a/config/action.d/ipfw.conf b/config/action.d/ipfw.conf index 1828eef9f..5ae00cae3 100644 --- a/config/action.d/ipfw.conf +++ b/config/action.d/ipfw.conf @@ -8,28 +8,28 @@ [Definition] -# Option: fwstart +# Option: actionstart # Notes.: command executed once at the start of Fail2Ban. # Values: CMD # actionstart = -# Option: fwend +# Option: actionend # Notes.: command executed once at the end of Fail2Ban # Values: CMD # actionstop = -# Option: fwcheck -# Notes.: command executed once before each fwban command +# Option: actioncheck +# Notes.: command executed once before each actionban command # Values: CMD # actioncheck = -# Option: fwban +# Option: actionban # Notes.: command executed when banning an IP. Take care that the # command is executed with Fail2Ban user rights. # Tags: IP address @@ -37,10 +37,10 @@ actioncheck = #