NEWS: mention removal of sysconfig

Signed-off-by: Olaf Hering <olaf@aepfle.de>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
Olaf Hering 2022-01-12 11:45:09 +01:00 committed by Andrea Bolognani
parent 8eb4461645
commit d2fb6b4b21

View File

@ -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**