From 5f6c3d717405c6596e71f16ef10d25c3182d2112 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Thu, 2 May 2013 19:11:51 +0200 Subject: [PATCH] Set default maxretry to 4 --- 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 2a13d32..78048fa 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'} || '5'; +our $maxretry = $fail2ban{'MaxRetry'} || '4'; $OUT .= "maxretry = $maxretry";