mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
docs: move /var/log/README to a tmpfiles.d symlink
This moves the /var/log/README content out of /var and into the docs location, replacing the previous file with a symlink created through a tmpfiles.d entry.
This commit is contained in:
committed by
Zbigniew Jędrzejewski-Szmek
parent
cac38a9803
commit
6fe23ff31c
@@ -1,6 +1,6 @@
|
||||
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
|
||||
if conf.get('HAVE_SYSV_COMPAT') == 1 and get_option('create-log-dirs')
|
||||
install_data('README',
|
||||
install_dir : '/var/log')
|
||||
install_data('README.logs',
|
||||
install_dir : docdir)
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user