]> git.pld-linux.org Git - packages/systemd.git/blob - config-pld.patch
- up to 215
[packages/systemd.git] / config-pld.patch
1 --- systemd-197/tmpfiles.d/legacy.conf.orig     2013-01-10 13:09:57.433396711 +0100
2 +++ systemd-197/tmpfiles.d/legacy.conf  2013-01-10 13:11:41.851006493 +0100
3 @@ -10,12 +10,12 @@
4  # These files are considered legacy and are unnecessary on legacy-free
5  # systems.
6  
7 -d /run/lock 0755 root root -
8 +d /run/lock 1771 root root -
9  L /var/lock - - - - ../run/lock
10  
11  # /run/lock/subsys is used for serializing SysV service execution, and
12  # hence without use on SysV-less systems.
13  
14 -d /run/lock/subsys 0755 root root -
15 +d /run/lock/subsys 0700 root root -
16  
17  # /run/lock/lockdev is used to serialize access to tty devices via
18  # LCK..xxx style lock files, For more information see:
19 @@ -23,7 +23,7 @@
20  # On modern systems a BSD file lock is a better choice if
21  # serialization is needed on those devices.
22  
23 -d /run/lock/lockdev 0775 root lock -
24 +# d /run/lock/lockdev 0775 root lock -
25  
26  # /forcefsck, /fastboot and /forcequotecheck are deprecated in favor of the
27  # kernel command line options 'fsck.mode=force', 'fsck.mode=skip' and
This page took 0.083044 seconds and 4 git commands to generate.