diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2016-03-19 12:33:27 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2016-03-19 12:33:27 +0000 |
commit | d18999790c462bc780bff457e6bb03cd88e488f3 (patch) | |
tree | 299f9b86d74b10d5b63195c56e3fd9ba75d8f93f /doc/upgrade.html | |
parent | 96893711ec76b3c3b554313d7e97560b3cd62179 (diff) | |
download | s6-linux-utils-d18999790c462bc780bff457e6bb03cd88e488f3.tar.xz |
Changes to s6-halt/s6-reboot/s6-poweroff. Default behaviour changed.
Major version bump: rc for 2.1.0.0
Diffstat (limited to 'doc/upgrade.html')
-rw-r--r-- | doc/upgrade.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/upgrade.html b/doc/upgrade.html index f8be8a8..e6930ed 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,16 @@ <h1> What has changed in s6-linux-utils </h1> +<h2> in 2.1.0.0 </h2> + +<ul> + <li> <a href="s6-halt.html">s6-halt</a>, +<a href="s6-poweroff.html">s6-poweroff</a> and +<a href="s6-reboot.html">s6-reboot</a> have changed behaviours. +They now send a signal to process 1 by default; to make them +perform a hard shutdown, add the <tt>-f</tt> option. </li> +</ul> + <h2> in 2.0.2.3 </h2> <ul> |