You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-admin/rsyslog/files/8-stable
root 9c82746498
Sync with portage [Thu Apr 5 08:05:31 MSK 2018].
6 years ago
..
50-default-r1.conf Sync with portage [Sun Aug 13 00:29:22 MSK 2017]. 7 years ago
50-default.conf Sync with portage [Wed Oct 1 08:47:36 MSK 2014]. 10 years ago
README.gentoo Sync with portage [Wed Oct 1 08:47:36 MSK 2014]. 10 years ago
rsyslog-8.27.0-fix-mmnormalize-tests.patch Sync with portage [Mon Sep 25 09:37:06 MSK 2017]. 7 years ago
rsyslog-8.32.0-fix-building-without-curl-r3.patch Sync with portage [Sat Feb 10 16:46:19 MSK 2018]. 6 years ago
rsyslog-8.34.0-fix-issue2612.patch Sync with portage [Thu Apr 5 08:05:31 MSK 2018]. 6 years ago
rsyslog.conf Sync with portage [Wed Oct 1 08:47:36 MSK 2014]. 10 years ago
rsyslog.confd-r1 Sync with portage [Fri Oct 9 18:07:12 MSK 2015]. 9 years ago
rsyslog.initd-r1 Sync with portage [Wed Mar 1 14:54:55 MSK 2017]. 7 years ago
rsyslog.logrotate Sync with portage [Wed Oct 1 08:47:36 MSK 2014]. 10 years ago

README.gentoo

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.