projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
532de87
)
tmpfiles.d: avoid deprecated, undocumented syntax (s/F/f+/)
author
Štěpán Němec
<stepnem@smrk.net>
Tue, 27 Feb 2024 13:21:33 +0000
(14:21 +0100)
committer
Luca Boccassi
<luca.boccassi@gmail.com>
Tue, 27 Feb 2024 19:21:06 +0000
(19:21 +0000)
Fixes:
eccebf4b0dcb
("systemd-tmpfiles: deprecate F for f+")
tmpfiles.d/systemd.conf.in
patch
|
blob
|
history
diff --git
a/tmpfiles.d/systemd.conf.in
b/tmpfiles.d/systemd.conf.in
index 11a45a3f4bb76f3eea53895add7f5e07931c19ce..ce7206145eb524e4647b390905379640339aafb9 100644
(file)
--- a/
tmpfiles.d/systemd.conf.in
+++ b/
tmpfiles.d/systemd.conf.in
@@
-9,7
+9,7
@@
d /run/user 0755 root root -
{% if ENABLE_UTMP %}
-
F
! /run/utmp 0664 root utmp -
+
f+
! /run/utmp 0664 root utmp -
{% endif %}
d /run/systemd/ask-password 0755 root root -