summaryrefslogtreecommitdiff
path: root/config/paths-common.conf
diff options
context:
space:
mode:
authorYaroslav Halchenko <debian@onerussian.com>2014-04-10 23:16:11 -0400
committerYaroslav Halchenko <debian@onerussian.com>2014-04-10 23:17:39 -0400
commit8bcb25c3a2fb5415abfdedd665a488076d5b5b48 (patch)
treea407efbb0cf535e8460e2285d986ea7da565e48b /config/paths-common.conf
parent7dcea0d48df8011a911cd4bff4c6bfe786f9ad7d (diff)
downloadfail2ban-8bcb25c3a2fb5415abfdedd665a488076d5b5b48.tar.gz
defining empty defaults for syslog_ log targets for common (Thanks @chtheis, partial fix to #682)
Diffstat (limited to 'config/paths-common.conf')
-rw-r--r--config/paths-common.conf11
1 files changed, 8 insertions, 3 deletions
diff --git a/config/paths-common.conf b/config/paths-common.conf
index 64eec744..008dab4e 100644
--- a/config/paths-common.conf
+++ b/config/paths-common.conf
@@ -7,12 +7,17 @@ after = paths-overrides.local
[DEFAULT]
-
-
sshd_log = %(syslog_authpriv)s
dropbear_log = %(syslog_authpriv)s
+# There is no sensible generic defaults for syslog log targets, thus
+# leaving them empty here so that no errors while parsing/interpollatin configs
+syslog_daemon =
+syslog_ftp =
+syslog_local0 =
+syslog_mail_warn =
+syslog_user =
# from /etc/audit/auditd.conf
auditd_log = /var/log/audit/audit.log
@@ -31,7 +36,7 @@ lighttpd_error_log = /var/log/lighttpd/error.log
suhosin_log = %(syslog_user)s %(lighttpd_error_log)s
# defaults to ftp or local2 if ftp doesn't exist
-proftpd_log = %(syslog_ftp)s
+proftpd_log = %(syslog_ftp)s
# http://svnweb.freebsd.org/ports/head/ftp/proftpd/files/patch-src_proftpd.8.in?view=markup
# defaults to ftp but can be overwritten.