Browse Source

Install empty /etc/fail2ban/fail2ban.d directory

pull/319/head
Orion Poplawski 11 years ago
parent
commit
71317332ec
  1. 3
      setup.py

3
setup.py

@ -66,6 +66,9 @@ setup(
('/etc/fail2ban/action.d',
glob("config/action.d/*.conf")
),
('/etc/fail2ban/fail2ban.d',
''
),
('/etc/fail2ban/jail.d',
''
),

Loading…
Cancel
Save