diff --git a/ChangeLog b/ChangeLog index cf1fcbf4..fea070ba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -24,6 +24,7 @@ ver. 0.9.4 (2015/XX/XXX) - wanna-be-released * Do not rotate empty log files * Added new date pattern with year after day (e.g. Sun Jan 23 2005 21:59:59) http://bugs.debian.org/798923 + * Added openSUSE path configuration (Thanks Johannes Weberhofer) ver. 0.9.3 (2015/08/01) - lets-all-stay-friends ---------- diff --git a/config/paths-opensuse.conf b/config/paths-opensuse.conf new file mode 100644 index 00000000..0d6ad522 --- /dev/null +++ b/config/paths-opensuse.conf @@ -0,0 +1,38 @@ +# openSUSE log-file locations + +[INCLUDES] + +before = paths-common.conf + +after = paths-overrides.local + + +[DEFAULT] + +syslog_local0 = /var/log/messages + +syslog_mail = /var/log/mail + +syslog_mail_warn = %(syslog_mail)s + +syslog_authpriv = %(syslog_local0)s + +syslog_user = %(syslog_local0)s + +syslog_ftp = %(syslog_local0)s + +syslog_daemon = %(syslog_local0)s + +apache_error_log = /var/log/apache2/*error_log + +apache_access_log = /var/log/apache2/*access_log + +pureftpd_log = %(syslog_local0)s + +exim_main_log = /var/log/exim/main.log + +mysql_log = /var/log/mysql/mysqld.log + +roundcube_errors_log = /srv/www/roundcubemail/logs/errors + +solidpop3d_log = %(syslog_mail)s