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. diff --git a/config/paths-freebsd.conf b/config/paths-freebsd.conf index ee636a04..fd788ab4 100644 --- a/config/paths-freebsd.conf +++ b/config/paths-freebsd.conf @@ -2,7 +2,7 @@ [INCLUDES] -before = common-paths.conf +before = paths-common.conf after = paths-overrides.local diff --git a/config/paths-osx.conf b/config/paths-osx.conf index cbe17151..d1b99b38 100644 --- a/config/paths-osx.conf +++ b/config/paths-osx.conf @@ -3,7 +3,7 @@ [INCLUDES] -before = common-paths.conf +before = paths-common.conf after = paths-overrides.local