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.
root d157b70f1d
Sync with portage [Tue Feb 14 22:27:59 MSK 2023].
1 year ago
..
50-default-r1.conf Sync with portage [Fri Aug 3 15:44:17 MSK 2018]. 6 years ago
README.gentoo Sync with portage [Fri Aug 3 15:44:17 MSK 2018]. 6 years ago
rsyslog-8.2112.0-pr5024-configure.patch Sync with portage [Tue Feb 14 22:27:59 MSK 2023]. 1 year ago
rsyslog-8.2210.0-5004-hostname.patch Sync with portage [Wed Oct 26 08:26:22 MSK 2022]. 2 years ago
rsyslog-r1.logrotate Sync with portage [Fri Aug 3 15:44:17 MSK 2018]. 6 years ago
rsyslog.conf Sync with portage [Fri Aug 3 15:44:17 MSK 2018]. 6 years ago
rsyslog.confd-r1 Sync with portage [Fri Aug 3 15:44:17 MSK 2018]. 6 years ago
rsyslog.initd-r1 Sync with portage [Sun Nov 4 23:09:25 MSK 2018]. 6 years ago
rsyslog.service Sync with portage [Tue Apr 6 10:46:52 MSK 2021]. 3 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.