]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
NEWS: mention removal of sysconfig
authorOlaf Hering <olaf@aepfle.de>
Wed, 12 Jan 2022 10:45:09 +0000 (11:45 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Mon, 17 Jan 2022 17:21:02 +0000 (18:21 +0100)
Signed-off-by: Olaf Hering <olaf@aepfle.de>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
NEWS.rst

index 8dd42f7382daf88684940f609763572cd2beabf4..cbfc9b4a1578b39471f756df292a1216e3455b09 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -19,6 +19,16 @@ v8.1.0 (unreleased)
 
 * **Improvements**
 
+  * packaging: sysconfig files no longer installed
+
+    libvirt used to provide defaults in various /etc/sysconfig/ files, such
+    as /etc/sysconfig/libvirtd. Since these files are owned by the admin, this
+    made it difficult to change built-in defaults in case such file was
+    modified by the admin. The built-in defaults are now part of the provided
+    systemd unit files, such as libvirtd.service. These unit files continue
+    to parse sysconfig files, in case they are created by the admin and filled
+    with the desired key=value pairs.
+
 * **Bug fixes**