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