]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
NEWS: fix sysext/confext configuration file names in v259
authorVitaly Kuznetsov <vkuznets@redhat.com>
Wed, 18 Mar 2026 14:46:01 +0000 (15:46 +0100)
committerVitaly Kuznetsov <vkuznets@redhat.com>
Tue, 7 Apr 2026 07:22:29 +0000 (09:22 +0200)
/etc/systemd/systemd-{confext,sysext}.conf are likely just leftovers
from an older in-development version of the feature.

NEWS

diff --git a/NEWS b/NEWS
index 71ad3455230a348fad3a44bb8ec2c535b4f992d1..573afc9bb77baa089f4265922bd8b4f648fdcb4e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -689,9 +689,9 @@ CHANGES WITH 259:
         systemd-sysext/systemd-confext:
 
         * systemd-sysext and systemd-confext now support configuration files
-          /etc/systemd/systemd-sysext.conf and /etc/systemd/systemd-confext.conf,
-          which can be used to configure mutability or the image policy to
-          apply to DDI images.
+          /etc/systemd/sysext.conf and /etc/systemd/confext.conf, which can be
+          used to configure mutability or the image policy to apply to DDI
+          images.
 
         * systemd-sysext's and systemd-confext's --mutable= switch now accepts
           a new value "help" for listing available mutability modes.