mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
added lsb-base in depends for init.d script
This commit is contained in:
parent
b4e4bcbce8
commit
0c9aef1b0a
1 changed files with 1 additions and 1 deletions
2
debian/control
vendored
2
debian/control
vendored
|
|
@ -8,7 +8,7 @@ Standards-Version: 3.6.2
|
|||
|
||||
Package: fail2ban
|
||||
Architecture: all
|
||||
Depends: python, iptables
|
||||
Depends: python, iptables, lsb-base (>=2.0-7)
|
||||
Description: bans IPs that cause multiple authentication errors
|
||||
Monitors (in daemon mode) or just scans log files (e.g. /var/log/auth.log,
|
||||
/var/log/apache/access.log) and temporarily bans failure-prone
|
||||
|
|
|
|||
Loading…
Reference in a new issue