From: Zbigniew Jędrzejewski-Szmek Date: Fri, 29 Nov 2024 13:12:46 +0000 (+0100) Subject: Revert "link README.logs from tmpfiles.d/legacy.conf only if available" X-Git-Tag: v257~57^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a66a7c412ad99e4bc51d2b59e53d73a975942456;p=thirdparty%2Fsystemd.git 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. --- 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 -