diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.html | 11 | ||||
-rw-r--r-- | doc/upgrade.html | 2 |
2 files changed, 13 insertions, 0 deletions
diff --git a/doc/index.html b/doc/index.html index ceb854e..fdeb902 100644 --- a/doc/index.html +++ b/doc/index.html @@ -93,6 +93,17 @@ certain binaries that spawn scripts interpreted with <a href="//skarnet.org/software/execline/execlineb.html">execlineb</a>. </li> </ul> +<p> + The following optional dependencies are also supported: +</p> + +<ul> + <li> If you're using <a href="https://www.musl-libc.org/">musl</a> and +want nsswitch-like functionality: +<a href="//skarnet.org/software/nsss/">nsss</a> version +0.1.0.0 or later (build-time and boot-time) </li> +</ul> + <h3> Licensing </h3> <p> diff --git a/doc/upgrade.html b/doc/upgrade.html index f49cc0f..5619304 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -23,6 +23,8 @@ <ul> <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> dependency bumped to 2.10.0.0. </li> + <li> <a href="//skarnet.org/software/nsss/">nsss</a> +optional dependency bumped to 0.1.0.0. </li> <li> <a href="//skarnet.org/software/execline/">execline</a> dependency bumped to 2.7.0.0. </li> <li> Commands received by <a href="s6-svscan.html">s6-svscan</a> and |