Package: systemd Version: 258~rc2-1 Severity: minor Tags: patch Hi,
Commit b072f60375 introduced a typo to the debian/NEWS file, the sentence after "overmounted." starts with a lowecase letter. The attached patch fixes the typo.
>From f986035eaebfc405f14611ae57f883fe12b0fb32 Mon Sep 17 00:00:00 2001 From: Teemu Hukkanen <[email protected]> Date: Sat, 9 Aug 2025 01:34:59 +0300 Subject: [PATCH] NEWS: Fix typo --- debian/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/NEWS b/debian/NEWS index ce9ecc8cd9..a9377680e5 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -39,7 +39,7 @@ systemd (256~rc3-3) unstable; urgency=medium It is recommended to check /tmp/ for any leftover files before rebooting after installing this update and manually cleaning up, as the directory will no longer be cleaned up automatically on boot, as it is overmounted. - it is always possible to remount the root filesystem in a local directory + It is always possible to remount the root filesystem in a local directory and remove leftovers manually after rebooting, but this will not be done automatically to avoid unintential removals. This situation can be easily detected by checking the journal after a reboot, as there will be a log -- 2.50.1

