From 3990a19fc7cfd0cf31e8db686aadbf3b402eb41f Mon Sep 17 00:00:00 2001 From: Steven Hiscocks Date: Sun, 16 Mar 2014 10:47:40 +0000 Subject: [PATCH] BF: Remove "/var/run/fail2ban" from setup.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As the contents of /var/run are lost on reboot, it doesn't make sense to install it. This is already patched out in some distros (gentoo, arch, debian, gentoo, …) as causes a headache with package managment tracking installed files. --- setup.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.py b/setup.py index f430f571..11b2ecf6 100755 --- a/setup.py +++ b/setup.py @@ -136,9 +136,6 @@ setup( ('/etc/fail2ban/jail.d', '' ), - ('/var/run/fail2ban', - '' - ), ('/var/lib/fail2ban', '' ),