diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-01-02 22:47:55 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2021-01-02 22:47:55 +0000 |
commit | 84e9ba3a9bcf0b0c49cddc7479b096a21475cf12 (patch) | |
tree | f2d606d4fbd1d0196038cdf953f474c710575a01 /doc | |
parent | 5c025cd94e9213050656fff9bdf1a689155dad62 (diff) | |
download | s6-84e9ba3a9bcf0b0c49cddc7479b096a21475cf12.tar.xz |
Document optional nsss dependency
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 |