From 75271582bead7e65c20fa3ca4fb729a5c9e261d0 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Wed, 27 Sep 2023 09:16:06 +0200 Subject: [PATCH] fix typo in NEWS Looks like `-a change` is a typo and should have been `-c change` to match on the action. --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index d624c2a799..8f4b987660 100644 --- a/NEWS +++ b/NEWS @@ -4692,7 +4692,7 @@ CHANGES WITH 247: packages have not retriggered devices once the udev package (or any auxiliary package installing additional udev rules) is updated. We intend to work with major distributions to change this, so that - "udevadm trigger -a change" is issued on such upgrades, ensuring that + "udevadm trigger -c change" is issued on such upgrades, ensuring that the updated ruleset is applied to the devices already discovered, so that (asynchronously) after the upgrade completed the udev database is consistent with the updated rule set. This means udev rules must -- 2.25.1