]> git.pld-linux.org Git - packages/systemd.git/blobdiff - config-pld.patch
up to 254.13
[packages/systemd.git] / config-pld.patch
index 58b544dbbfb3e1f28a6528597859b8518a20ed93..d1a8e75e57ed8f697bce9ad8d09e4b92df908252 100644 (file)
@@ -1,11 +1,20 @@
---- systemd-37/tmpfiles.d/legacy.conf.org      2011-11-29 18:53:25.625949937 +0100
-+++ systemd-37/tmpfiles.d/legacy.conf  2011-11-29 18:53:34.999494346 +0100
-@@ -17,6 +17,5 @@
- # On modern systems a BSD file lock is a better choice if
- # serialization is needed on those devices.
+--- systemd-stable-250/tmpfiles.d/legacy.conf.in.orig  2021-12-27 11:37:45.454887047 +0100
++++ systemd-stable-250/tmpfiles.d/legacy.conf.in       2021-12-27 11:39:02.180866644 +0100
+@@ -10,7 +10,7 @@
+ # These files are considered legacy and are unnecessary on legacy-free
+ # systems.
  
 -d /run/lock 0755 root root -
--d /run/lock/subsys 0755 root root -
--d /run/lock/lockdev 0775 root lock -
 +d /run/lock 1771 root root -
+ L /var/lock - - - - ../run/lock
+ {% if CREATE_LOG_DIRS %}
+ L /var/log/README - - - - ../..{{DOC_DIR}}/README.logs
+@@ -19,7 +19,7 @@
+ # /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 -
 +d /run/lock/subsys 0700 root root -
+ # /forcefsck, /fastboot and /forcequotacheck are deprecated in favor of the
+ # kernel command line options 'fsck.mode=force', 'fsck.mode=skip' and
This page took 0.023173 seconds and 4 git commands to generate.