Package: systemd Version: 257.7-1 Severity: minor Tags: patch Hi,
While reading through the NEWS entries on an upgrade to trixie I noticed that the the systemd NEWS entry for 256~rc3-3 is missing a "no" in "... as the directory will [no] longer be cleaned up automatically on boot ...". The attached patch adds the missing "no".
>From cd504230c0a312b884eaa14b0ba51945ca6fdadb Mon Sep 17 00:00:00 2001 From: Teemu Hukkanen <[email protected]> Date: Sun, 27 Jul 2025 16:11:54 +0300 Subject: [PATCH] Add missing "no" to 256~rc3-3 NEWS entry --- debian/NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/NEWS b/debian/NEWS index 6d491b7..d9714e2 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -23,8 +23,8 @@ 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 longer be cleaned up automatically on boot, as it is overmounted. It - is always possible to remount the root filesystem in a local 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 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.0

