SHA256
1
0
forked from pool/fail2ban
fail2ban/fail2ban-opensuse-locations.patch

34 lines
1.2 KiB
Diff
Raw Normal View History

diff -Nur fail2ban-0.9.4-orig/config/jail.conf fail2ban-0.9.4/config/jail.conf
--- fail2ban-0.9.4-orig/config/jail.conf 2016-03-08 03:50:10.000000000 +0100
+++ fail2ban-0.9.4/config/jail.conf 2016-03-10 09:38:46.382071358 +0100
@@ -669,7 +669,7 @@
# filter = named-refused
# port = domain,953
# protocol = udp
-# logpath = /var/log/named/security.log
+# logpath = /var/lib/named/log/security.log
# IMPORTANT: see filter.d/named-refused for instructions to enable logging
# This jail blocks TCP traffic for DNS requests.
@@ -677,7 +677,7 @@
[named-refused]
port = domain,953
-logpath = /var/log/named/security.log
+logpath = /var/lib/named/log/security.log
[nsd]
diff -Nur fail2ban-0.9.4-orig/config/paths-common.conf fail2ban-0.9.4/config/paths-common.conf
--- fail2ban-0.9.4-orig/config/paths-common.conf 2016-03-08 03:50:10.000000000 +0100
+++ fail2ban-0.9.4/config/paths-common.conf 2016-03-10 09:36:00.690852425 +0100
@@ -74,7 +74,7 @@
mysql_log = %(syslog_daemon)s
mysql_backend = %(default_backend)s
-roundcube_errors_log = /var/log/roundcube/errors
+roundcube_errors_log = /srv/www/roundcubemail/logs/errors
# Directory with ignorecommand scripts
ignorecommands_dir = /etc/fail2ban/filter.d/ignorecommands