gentoo-full-overlay/app-admin/rsyslog/files
2018-12-14 09:30:29 +03:00
..
50-default-r1.conf Sync with portage [Fri Aug 3 15:44:17 MSK 2018]. 2018-08-03 15:44:17 +03:00
README.gentoo Sync with portage [Fri Aug 3 15:44:17 MSK 2018]. 2018-08-03 15:44:17 +03:00
rsyslog-8.38.0-fix-omprog-output-capture-mt-test.patch Sync with portage [Fri Sep 21 13:18:38 MSK 2018]. 2018-09-21 13:18:46 +03:00
rsyslog-8.39.0-fix-liblogging_stdlog-linking.patch Sync with portage [Sun Nov 4 23:09:25 MSK 2018]. 2018-11-04 23:09:25 +03:00
rsyslog-8.40.0-fix-omusrmsg.patch Sync with portage [Fri Dec 14 09:30:29 MSK 2018]. 2018-12-14 09:30:29 +03:00
rsyslog-r1.logrotate Sync with portage [Fri Aug 3 15:44:17 MSK 2018]. 2018-08-03 15:44:17 +03:00
rsyslog.conf Sync with portage [Fri Aug 3 15:44:17 MSK 2018]. 2018-08-03 15:44:17 +03:00
rsyslog.confd-r1 Sync with portage [Fri Aug 3 15:44:17 MSK 2018]. 2018-08-03 15:44:17 +03:00
rsyslog.initd-r1 Sync with portage [Sun Nov 4 23:09:25 MSK 2018]. 2018-11-04 23:09:25 +03: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.