From: Yu Watanabe Date: Tue, 6 Jan 2026 19:38:43 +0000 (+0900) Subject: NEWS: mention about the removal of sysv init script support X-Git-Tag: v260-rc1~384^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3de84f2381170ad5d73dab9634dfaab35aada0c2;p=thirdparty%2Fsystemd.git NEWS: mention about the removal of sysv init script support --- diff --git a/NEWS b/NEWS index 91999c1e238..db1f32f73c5 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,20 @@ CHANGES WITH 260 in spe: Feature Removals and Incompatible Changes: + * Support for System V service scripts has been removed. Please make + sure to update your software *now* to include a native systemd unit + file instead of a legacy System V script. + + The following components have been removed: + + * systemd-rc-local-generator and rc-local.service, + * systemd-sysv-generator, + * systemd-sysv-install (hook for systemctl enable/disable/is-enabled). + + The corresponding meson options '-Drc-local=', '-Dsysvinit-path=', + and '-Dsysvrcnd-path=' are deprecated, and will be dropped in a future + release. + * Meson options '-Dintegration-tests=' and '-Dcryptolib=' (deprecated in v258) have been removed.