]> git.pld-linux.org Git - packages/systemd.git/blob - config-pld.patch
- x32 rebuild
[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  
10  # /run/lock/subsys is used for serializing SysV service execution, and
11  # hence without use on SysV-less systems.
12  
13 -d /run/lock/subsys 0755 root root -
14 +d /run/lock/subsys 0700 root root -
15  
16  # /run/lock/lockdev is used to serialize access to tty devices via
17  # LCK..xxx style lock files, For more information see:
18 @@ -23,7 +23,7 @@
19  # On modern systems a BSD file lock is a better choice if
20  # serialization is needed on those devices.
21  
22 -d /run/lock/lockdev 0775 root lock -
23 +# d /run/lock/lockdev 0775 root lock -
24  
25  # /forcefsck, /fastboot and /forcequotecheck are deprecated in favor of the
26  # kernel command line options 'fsck.mode=force', 'fsck.mode=skip' and
This page took 0.101519 seconds and 3 git commands to generate.