]> git.pld-linux.org Git - packages/systemd.git/blobdiff - config-pld.patch
- updated patches for systemd 197
[packages/systemd.git] / config-pld.patch
index 58b544dbbfb3e1f28a6528597859b8518a20ed93..f841758f1ec076e130be57095fbf0968b75b611e 100644 (file)
@@ -1,11 +1,26 @@
---- 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-197/tmpfiles.d/legacy.conf.orig    2013-01-10 13:09:57.433396711 +0100
++++ systemd-197/tmpfiles.d/legacy.conf 2013-01-10 13:11:41.851006493 +0100
+@@ -10,12 +10,12 @@
+ # 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 -
+ # /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 -
+ # /run/lock/lockdev is used to serialize access to tty devices via
+ # LCK..xxx style lock files, For more information see:
+@@ -23,7 +23,7 @@
+ # On modern systems a BSD file lock is a better choice if
+ # serialization is needed on those devices.
+-d /run/lock/lockdev 0775 root lock -
++# d /run/lock/lockdev 0775 root lock -
+ # /forcefsck, /fastboot and /forcequotecheck are deprecated in favor of the
+ # kernel command line options 'fsck.mode=force', 'fsck.mode=skip' and
This page took 0.061398 seconds and 4 git commands to generate.