diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2022-06-22 10:06:41 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2022-06-22 10:06:41 +0000 |
commit | d9f63961ec01dc02131ad0967734ae1a058b27b8 (patch) | |
tree | f53fd1e140b8f2f45f1fbfb48cad23a804c1c33a | |
parent | d27dfb4be22eaa9d231a69bb8782665055986108 (diff) | |
download | mdevd-d9f63961ec01dc02131ad0967734ae1a058b27b8.tar.gz mdevd-d9f63961ec01dc02131ad0967734ae1a058b27b8.tar.xz mdevd-d9f63961ec01dc02131ad0967734ae1a058b27b8.zip |
Document optional nsss dependency
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r-- | doc/index.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/index.html b/doc/index.html index 14de1ba..e51e85c 100644 --- a/doc/index.html +++ b/doc/index.html @@ -102,6 +102,11 @@ The Linux kernel must be 2.6.10 or later. </li> 2.12.0.0 or later. It's a build-time requirement. It's also a run-time requirement if you link against the shared version of the skalibs library. </li> + <li> Optionally: <a href="//skarnet.org/software/execline/">nsss</a> +version 0.2.0.1 or later. It's a build-time and run-time requirement, if +you use the <tt>--enable-nsss</tt> option to configure; but you would +only do that if you're replacing nsswitch on your whole system, and most +people are not. </li> <li> Optionally: <a href="//skarnet.org/software/execline/">execline</a> version 2.9.0.0 or later. It's a only a run-time requirement, and only if your <tt>mdev.conf</tt> file contains <tt>+</tt>, <tt>-</tt> or |