BF: Remove "/var/run/fail2ban" from setup.py

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.
pull/652/head
Steven Hiscocks 2014-03-16 10:47:40 +00:00
parent 6c5a978d6f
commit 3990a19fc7
1 changed files with 0 additions and 3 deletions

View File

@ -136,9 +136,6 @@ setup(
('/etc/fail2ban/jail.d', ('/etc/fail2ban/jail.d',
'' ''
), ),
('/var/run/fail2ban',
''
),
('/var/lib/fail2ban', ('/var/lib/fail2ban',
'' ''
), ),