From 0b9c41c015a3274b44952e363edca3d9a79230d8 Mon Sep 17 00:00:00 2001 From: Cyril Jaquier Date: Wed, 7 Mar 2007 20:47:41 +0000 Subject: [PATCH] - Removed actionstart and actionstop which are now obsolete git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@554 a942ae1a-1317-0410-a47c-b1dcaea8d605 --- config/action.d/hostsdeny.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/action.d/hostsdeny.conf b/config/action.d/hostsdeny.conf index 3282a4cb..c7b836fc 100644 --- a/config/action.d/hostsdeny.conf +++ b/config/action.d/hostsdeny.conf @@ -11,13 +11,13 @@ # Notes.: command executed once at the start of Fail2Ban. # Values: CMD # -actionstart = touch +actionstart = # Option: actionend # Notes.: command executed once at the end of Fail2Ban # Values: CMD # -actionstop = rm -f +actionstop = # Option: actioncheck # Notes.: command executed once before each actionban command