diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-02-18 12:25:29 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-02-18 12:25:29 +0000 |
commit | 173d58a10c40f1fd64034690eab82833d4a4770d (patch) | |
tree | 7200c4d15d9e4ffc74598554100fdb503050939c /NEWS | |
parent | 4ad28c83818e3b7b351ac328e3753d8dab8b2804 (diff) | |
download | s6-173d58a10c40f1fd64034690eab82833d4a4770d.tar.xz |
Add SIGPWR and SIGWINCH support to s6-svscan
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,6 +8,8 @@ In 2.9.1.0 when execline support is disabled. - New '?' directive to s6-log, to spawn a processor with /bin/sh. - New console holder functionality for easier s6-svscan-log support. + - On systems that define SIGPWR and SIGWINCH, s6-svscan -s now calls +a user handler for those signals. In 2.9.0.1 |