]> git.pld-linux.org Git - packages/systemd.git/blame - config-pld.patch
separate networkd and resolved
[packages/systemd.git] / config-pld.patch
CommitLineData
da7cff0c
JR
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.
252e1bad
AM
6
7-d /run/lock 0755 root root -
252e1bad 8+d /run/lock 1771 root root -
995ed764 9 L /var/lock - - - - ../run/lock
da7cff0c
JR
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 -
252e1bad 15+d /run/lock/subsys 0700 root root -
da7cff0c
JR
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.162714 seconds and 4 git commands to generate.