mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
- Oupss... Forget to commit this one. Thanks to Robert Vogelgesang
git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@625 a942ae1a-1317-0410-a47c-b1dcaea8d605
This commit is contained in:
parent
155f246354
commit
cc57497f5b
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
|
@ -57,7 +57,8 @@ setup(
|
|||
packages = [
|
||||
'common',
|
||||
'client',
|
||||
'server'
|
||||
'server',
|
||||
'server/communication'
|
||||
],
|
||||
data_files = [
|
||||
('/etc/fail2ban',
|
||||
|
|
|
|||
Loading…
Reference in a new issue