mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-05-13 06:31:29 +00:00
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.
This commit is contained in:
parent
6c5a978d6f
commit
3990a19fc7
1 changed files with 0 additions and 3 deletions
3
setup.py
3
setup.py
|
|
@ -136,9 +136,6 @@ setup(
|
|||
('/etc/fail2ban/jail.d',
|
||||
''
|
||||
),
|
||||
('/var/run/fail2ban',
|
||||
''
|
||||
),
|
||||
('/var/lib/fail2ban',
|
||||
''
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue