mirror of https://github.com/fail2ban/fail2ban
debian/fail2ban.init: Should-(start|stop): iptables-persistent (Closes: #598109), ferm (Closes: #604843)
parent
59e95b053e
commit
86ae7d2f5e
|
@ -17,6 +17,9 @@ fail2ban (0.8.7-1) experimental; urgency=low
|
|||
* debian/jail.conf:
|
||||
- adopted few jails from "upstreams" jail.conf: asterisk, recidive,
|
||||
lighttpd, php-url-open
|
||||
* debian/fail2ban.init:
|
||||
- Should-(start|stop): iptables-persistent (Closes: #598109),
|
||||
ferm (Closes: #604843)
|
||||
|
||||
-- Yaroslav Halchenko <debian@onerussian.com> Tue, 31 Jul 2012 14:04:02 -0400
|
||||
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
# Provides: fail2ban
|
||||
# Required-Start: $local_fs $remote_fs
|
||||
# Required-Stop: $local_fs $remote_fs
|
||||
# Should-Start: $time $network $syslog iptables firehol shorewall ipmasq arno-iptables-firewall
|
||||
# Should-Stop: $network $syslog iptables firehol shorewall ipmasq arno-iptables-firewall
|
||||
# Should-Start: $time $network $syslog iptables firehol shorewall ipmasq arno-iptables-firewall iptables-persistent ferm
|
||||
# Should-Stop: $network $syslog iptables firehol shorewall ipmasq arno-iptables-firewall iptables-persistent ferm
|
||||
# Default-Start: 2 3 4 5
|
||||
# Default-Stop: 0 1 6
|
||||
# Short-Description: Start/stop fail2ban
|
||||
|
|
Loading…
Reference in New Issue