From 0f1a5ecc1ae112fbc3a2536b70c6ee036f4126d3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C5=A0t=C4=9Bp=C3=A1n=20N=C4=9Bmec?= Date: Tue, 27 Feb 2024 14:21:33 +0100 Subject: [PATCH] tmpfiles.d: avoid deprecated, undocumented syntax (s/F/f+/) Fixes: eccebf4b0dcb ("systemd-tmpfiles: deprecate F for f+") --- tmpfiles.d/systemd.conf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 - -- 2.47.3