From 294f073741dbfa49f43a9114322bb113f433eb47 Mon Sep 17 00:00:00 2001 From: Steven Hiscocks Date: Sun, 17 Feb 2013 22:42:24 +0000 Subject: [PATCH] Typo in default pidfile in fail2ban.conf --- config/fail2ban.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/fail2ban.conf b/config/fail2ban.conf index e759513b..1888eddb 100644 --- a/config/fail2ban.conf +++ b/config/fail2ban.conf @@ -43,7 +43,7 @@ socket = /var/run/fail2ban/fail2ban.sock # Option: pidfile # Notes.: Set the PID file. This is used to store the process ID of the # fail2ban server. -# Values: FILE Default: /var/run/fail2ban/fail2ban.sock +# Values: FILE Default: /var/run/fail2ban/fail2ban.pid # pidfile = /var/run/fail2ban/fail2ban.pid