diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2018-08-01 21:10:47 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2018-08-01 21:10:47 +0000 |
commit | 8a639ebf0d7953ff9dc0263d71d6a7c83e5fe0d2 (patch) | |
tree | ac060e08c1075fb6d2a193353ce7350b6f149f54 | |
parent | 6c21e61d1dfc11951841607132bf5eee8e7affc9 (diff) | |
download | s6-8a639ebf0d7953ff9dc0263d71d6a7c83e5fe0d2.tar.xz |
Document nsss support
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | doc/upgrade.html | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -13,6 +13,7 @@ customize the signal sent by s6-svc -d (and now s6-svc -r too). - New s6-svc option: -r. Sends the signal defined in the down-signal file (still SIGTERM by default). - Adaptation to skalibs-2.7.0.0. + - Optional nsss support added. In 2.7.1.1 diff --git a/doc/upgrade.html b/doc/upgrade.html index d3dcce1..6591aaa 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -21,6 +21,7 @@ <h2> in 2.7.2.0 </h2> <ul> + <li> Optional <a href="//skarnet.org/software/nsss/">nsss</a> support added. </li> <li> <a href="//skarnet.org/software/skalibs/"></a>skalibs</a> dependency bumped to 2.7.0.0. </li> <li> <a href="//skarnet.org/software/execline/">execline</a> |