From 3de84f2381170ad5d73dab9634dfaab35aada0c2 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Wed, 7 Jan 2026 04:38:43 +0900 Subject: [PATCH] NEWS: mention about the removal of sysv init script support --- NEWS | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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. -- 2.47.3