]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
NEWS: mention removal of several SysV compat features
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 23 Apr 2025 01:48:11 +0000 (10:48 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 12 Jul 2025 20:49:09 +0000 (05:49 +0900)
NEWS

diff --git a/NEWS b/NEWS
index 74a91f5e8ea0a2300058fd6073c4c8e1feb92b5e..5c72926d185a0d5b07627745e45e4ec604973286 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -139,6 +139,15 @@ CHANGES WITH 258 in spe:
         * The command 'journalctl --follow' now exits with success on
           SIGTERM/SIGINT, or its pipe STDOUT is disconnected.
 
+        * Support for System V style system state control has been removed:
+          - The /dev/initctl device node has been removed.
+          - The initctl, runlevel and telinit commands have been removed.
+          - Support for system state control via the init command (e.g.
+            'init 3') has been removed.
+          - The units runlevel[0-6].target have been removed.
+          - The concept of runlevels has been removed, so runlevel transitions
+            are no longer recorded in the utmp/wtmp databases.
+
         Announcements of Future Feature Removals:
 
         * Support for System V service scripts is deprecated and will be