]> git.pld-linux.org Git - packages/systemd.git/blob - config-pld.patch
- trim slash from $udev_root to support ancient udev.conf
[packages/systemd.git] / config-pld.patch
1 --- systemd-37/tmpfiles.d/legacy.conf.org       2011-11-29 18:53:25.625949937 +0100
2 +++ systemd-37/tmpfiles.d/legacy.conf   2011-11-29 18:53:34.999494346 +0100
3 @@ -17,6 +17,5 @@
4  # On modern systems a BSD file lock is a better choice if
5  # serialization is needed on those devices.
6  
7 -d /run/lock 0755 root root -
8 -d /run/lock/subsys 0755 root root -
9 -d /run/lock/lockdev 0775 root lock -
10 +d /run/lock 1771 root root -
11 +d /run/lock/subsys 0700 root root -
This page took 0.022291 seconds and 3 git commands to generate.