From: Olaf Hering Date: Wed, 12 Jan 2022 10:45:09 +0000 (+0100) Subject: NEWS: mention removal of sysconfig X-Git-Tag: v8.1.0-rc1~413 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2fb6b4b217cef0c5232f7b7304b7b359ccab78f;p=thirdparty%2Flibvirt.git NEWS: mention removal of sysconfig Signed-off-by: Olaf Hering Reviewed-by: Andrea Bolognani --- diff --git a/NEWS.rst b/NEWS.rst index 8dd42f7382..cbfc9b4a15 100644 --- 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**