mirror of
https://github.com/systemd/systemd.git
synced 2025-01-06 17:18:12 +03:00
4ebd6d9a10
That file provides compatiblity (or more precisely the explanation for the lack of compatibility) with syslog daemons. Those are used quite independently of sysvinit. For example, RHEL uses rsyslog with systemd. We create /var/log/journal, so it's no biggie to also provide /var/log/README with the explanation. Let's keep it, since it might help some confused users, even when compat with sysvinit is gone.
7 lines
164 B
Meson
7 lines
164 B
Meson
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
if get_option('create-log-dirs')
|
|
install_data('README.logs',
|
|
install_dir : docdir)
|
|
endif
|