From 096e5264d35476d68fe89a03321ec3e093e4bbaf Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Fri, 3 May 2013 16:57:29 +0200 Subject: [PATCH] Set default maxretry to 3 --- root/etc/e-smith/templates/etc/fail2ban/jail.conf/15MaxRetries | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/etc/e-smith/templates/etc/fail2ban/jail.conf/15MaxRetries b/root/etc/e-smith/templates/etc/fail2ban/jail.conf/15MaxRetries index 78048fa..e96acae 100644 --- a/root/etc/e-smith/templates/etc/fail2ban/jail.conf/15MaxRetries +++ b/root/etc/e-smith/templates/etc/fail2ban/jail.conf/15MaxRetries @@ -1,5 +1,5 @@ { -our $maxretry = $fail2ban{'MaxRetry'} || '4'; +our $maxretry = $fail2ban{'MaxRetry'} || '3'; $OUT .= "maxretry = $maxretry";