gentoo-full-overlay/app-admin/rsyslog/files/8-stable
2016-08-29 00:01:43 +03:00
..
50-default.conf Sync with portage [Wed Oct 1 13:16:59 MSK 2014]. 2014-10-01 13:17:11 +04:00
50-rsyslog-8.15.0-imfile-readmode2-vg-test-workaround.patch Sync with portage [Mon Feb 8 09:17:32 MSK 2016]. 2016-02-08 09:17:33 +03:00
50-rsyslog-8.15.0-imtcp-tls-basic-vg-test-workaround.patch Sync with portage [Mon Feb 8 09:17:32 MSK 2016]. 2016-02-08 09:17:33 +03:00
50-rsyslog-8.16.0-fix-leap-year-handling.patch Sync with portage [Sun Mar 13 23:42:19 MSK 2016]. 2016-03-13 23:42:20 +03:00
50-rsyslog-8.16.0-fix-queue-engine-issue-262.patch Sync with portage [Mon Feb 8 09:17:32 MSK 2016]. 2016-02-08 09:17:33 +03:00
50-rsyslog-8.16.0-restrict-build-deps.patch Sync with portage [Mon Aug 29 00:01:43 MSK 2016]. 2016-08-29 00:01:43 +03:00
README.gentoo Sync with portage [Wed Oct 1 13:16:59 MSK 2014]. 2014-10-01 13:17:11 +04:00
rsyslog.conf Sync with portage [Wed Oct 1 13:16:59 MSK 2014]. 2014-10-01 13:17:11 +04:00
rsyslog.confd-r1 Sync with portage [Fri Oct 9 18:07:36 MSK 2015]. 2015-10-09 18:07:36 +03:00
rsyslog.initd-r1 Sync with portage [Wed May 18 11:44:22 MSK 2016]. 2016-05-18 11:44:22 +03:00
rsyslog.logrotate Sync with portage [Wed Oct 1 13:16:59 MSK 2014]. 2014-10-01 13:17:11 +04:00

Introduction
============

Since rsyslog version 7.6 we are shipping a new default Gentoo
configuration. See bug #501982 to learn more about what we were trying to
achieve by rewriting the entire configuration.


Important changes
=================

1. "/var/log/syslog" log file is now deprecated

   Beginning with rsyslog-7.6, the "/var/log/syslog" log file will no
   longer being written per default. We are considering this file as
   deprecated/obsolet for the typical user/system.
   The content from this log file is still availble through other
   (dedicated) log files, see
   
     - /var/log/cron.log
     - /var/log/daemon.log
     - /var/log/mail.log
     - /var/log/messages
   
   If you really need the old "/var/log/syslog" log file, all you have to
   do is uncommenting the corresponding configuration directive in
   "/etc/rsyslog.d/50-default.conf".
   
   If you do so, don't forget to re-enable log rotation in
   "/etc/logrotate.d/rsyslog", too.


2. An additional input socket in "/var/empty/dev/log" (default chroot
   location) will be created per default

   See bug #490744 for further details.