diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-02-01 18:27:51 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-02-01 18:27:51 +0100 |
commit | fd04bba0e8d51f95aae9661ced5d4959c6c82110 (patch) | |
tree | 9efa6a8646bef7c8644353c53f72237af14ec728 /NEWS | |
parent | f3ade27e68e76e068a7d81ed52d6893318e1d1ec (diff) | |
parent | 61f32bff6130a44d077886d38cff89ad161bf177 (diff) |
Merge pull request #2491 from martinpitt/master
tmpfiles: drop /run/lock/lockdev
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,5 +1,18 @@ systemd System and Service Manager +CHANGES WITH 229: + + * Creation of the legacy /run/lock/lockdev/ directory was + dropped from tmpfiles.d/legacy.conf. Hardly any software uses + that any more, and better locking mechanisms like flock() have + been available for many years. If you still need this, you need to + create your own tmpfiles.d config file with: + d /run/lock/lockdev 0775 root lock - + + Contributions from: ... + + -- Berlin, 2016-MM-DD + CHANGES WITH 228: * A number of properties previously only settable in unit |