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 11 years ago
parent 6c5a978d6f
commit 3990a19fc7

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

Loading…
Cancel
Save