From a66a7c412ad99e4bc51d2b59e53d73a975942456 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Fri, 29 Nov 2024 14:12:46 +0100 Subject: [PATCH] Revert "link README.logs from tmpfiles.d/legacy.conf only if available" This reverts commit c946b1357562e8643575dbbda2c8c6fff2c0e4f7. The next patch will resolve the issue in a different way. --- tmpfiles.d/legacy.conf.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tmpfiles.d/legacy.conf.in b/tmpfiles.d/legacy.conf.in index 6726c6c0e50..b475500e587 100644 --- a/tmpfiles.d/legacy.conf.in +++ b/tmpfiles.d/legacy.conf.in @@ -13,12 +13,11 @@ d /run/lock 0755 root root - L /var/lock - - - - ../run/lock - -{% if HAVE_SYSV_COMPAT %} {% if CREATE_LOG_DIRS %} L$ /var/log/README - - - - ../..{{DOC_DIR}}/README.logs {% endif %} +{% if HAVE_SYSV_COMPAT %} # /run/lock/subsys is used for serializing SysV service execution, and # hence without use on SysV-less systems. d /run/lock/subsys 0755 root root - -- 2.47.3