prva verzija za jessie debian/0.8.13_cn0
authorIvan Rako <irako@nekkar.carnet.hr>
Mon, 23 May 2016 14:31:59 +0000 (16:31 +0200)
committerIvan Rako <irako@nekkar.carnet.hr>
Mon, 23 May 2016 14:31:59 +0000 (16:31 +0200)
debian/changelog
debian/control
debian/postinst

index 950a1ea..f7dfb20 100644 (file)
@@ -1,3 +1,10 @@
+fail2ban-cn (0.8.13~cn0) stable; urgency=low
+
+  * Prva verzija za jessie
+  * Izmjene za systemd
+
+ -- Ivan Rako <Ivan.Rako@CARNet.hr>  Mon, 23 May 2016 16:29:22 +0200
+
 fail2ban-cn (0.8.6~cn0) stable; urgency=low
 
   * Prva verzija za wheezy
index d302e40..c9222af 100644 (file)
@@ -7,18 +7,19 @@ Standards-Version: 3.9.3
 
 Package: fail2ban-cn
 Architecture: all
-Depends: ${misc:Depends}, fail2ban (>= 0.8.6), gamin (>= 0.1.10-4.1), python-gamin (>= 0.1.10-4.1)
+Depends: ${misc:Depends}, fail2ban (>= 0.8.13), gamin (>= 0.1.10-4.1), python-gamin (>= 0.1.10-4.1)
 Description: bans IPs that cause multiple authentication errors
- Monitors log files (e.g. /var/log/auth.log,
+ Fail2ban monitors log files (e.g. /var/log/auth.log,
  /var/log/apache/access.log) and temporarily or persistently bans
- failure-prone addresses by updating existing firewall rules. The
- software was completely rewritten at version 0.7.0 and now allows
- easy specification of different actions to be taken such as to ban an
- IP using iptables or hostsdeny rules, or simply to send a
- notification email. Currently, by default, supports ssh/apache/vsftpd
- but configuration can be easily extended for monitoring any other ASCII
- file. All filters and actions are given in the config files, thus
- fail2ban can be adopted to be used with a variety of files and
- firewalls.
+ failure-prone addresses by updating existing firewall rules.  Fail2ban
+ allows easy specification of different actions to be taken such as to
+ ban an IP using iptables or hostsdeny rules, or simply to send a
+ notification email.
+ .
+ By default, it comes with filter expressions for various services
+ (sshd, apache, qmail, proftpd, sasl etc.) but configuration can be
+ easily extended for monitoring any other text file.  All filters and
+ actions are given in the config files, thus fail2ban can be adopted
+ to be used with a variety of files and firewalls.
  .
  This package brings CARNet-related configuration.
index 4adc7bc..cbd1e67 100755 (executable)
@@ -51,11 +51,7 @@ if [ -e "$CONF" ]; then
 fi
 
 # restart the services
-if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
-       invoke-rc.d fail2ban restart || exit $?
-else
-       /etc/init.d/fail2ban restart || exit $?
-fi
+service fail2ban restart || exit $?
 
 # dh_installdeb will replace this with shell code automatically
 # generated by other debhelper scripts.