From: Štěpán Němec Date: Tue, 27 Feb 2024 13:21:33 +0000 (+0100) Subject: tmpfiles.d: avoid deprecated, undocumented syntax (s/F/f+/) X-Git-Tag: v256-rc1~721 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0f1a5ecc1ae112fbc3a2536b70c6ee036f4126d3;p=thirdparty%2Fsystemd.git tmpfiles.d: avoid deprecated, undocumented syntax (s/F/f+/) Fixes: eccebf4b0dcb ("systemd-tmpfiles: deprecate F for f+") --- diff --git a/tmpfiles.d/systemd.conf.in b/tmpfiles.d/systemd.conf.in index 11a45a3f4bb..ce7206145eb 100644 --- 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 -