diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2018-01-13 14:33:25 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2018-01-13 14:33:25 +0000 |
commit | c2c14b525080203561d9e47d8a10442828342251 (patch) | |
tree | 11b5145ae7413ef577ad190315bfa147c23057c6 /NEWS | |
parent | 1bd507eda34de6945c18daa916fb64ad810fda5a (diff) | |
download | s6-linux-init-c2c14b525080203561d9e47d8a10442828342251.tar.xz |
Autogenerate final shutdown; rename rc.tini to rc.shutdown
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ Changelog for s6-linux-init. +In 0.4.0.0 +---------- + + - The old /etc/rc.shutdown is now created by s6-linux-init-maker +and is not the user's responsibility anymore. + - /etc/rc.tini is now named /etc/rc.shutdown. In summary: +now, /etc/rc.shutdown marks the end of stage 2, not stage 3, +and stage 3 is all automatically generated. + + In 0.3.1.1 ---------- |