]> git.pld-linux.org Git - packages/systemd.git/blob - config-pld.patch
up to 246.1
[packages/systemd.git] / config-pld.patch
1 diff -dur systemd-218.orig/tmpfiles.d/legacy.conf systemd-218/tmpfiles.d/legacy.conf
2 --- systemd-218.orig/tmpfiles.d/legacy.conf     2014-06-11 00:11:32.000000000 +0200
3 +++ systemd-218/tmpfiles.d/legacy.conf  2015-04-22 13:11:28.000000000 +0200
4 @@ -10,13 +10,13 @@
5  # These files are considered legacy and are unnecessary on legacy-free
6  # systems.
7  
8 -d /run/lock 0755 root root -
9 +d /run/lock 1771 root root -
10  L /var/lock - - - - ../run/lock
11  
12  # /run/lock/subsys is used for serializing SysV service execution, and
13  # hence without use on SysV-less systems.
14  
15 -d /run/lock/subsys 0755 root root -
16 +d /run/lock/subsys 0700 root root -
17  
18  # /run/lock/lockdev is used to serialize access to tty devices via
19  # LCK..xxx style lock files, For more information see:
20
This page took 0.048113 seconds and 3 git commands to generate.