diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-01-10 20:54:52 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2021-01-10 20:54:52 +0000 |
commit | 7791c4d345905846040e66903b3ecefb5a408a7e (patch) | |
tree | 86abf3c84268ecb55455bd21259b4b9807e06c12 | |
parent | fdb9c334b92b17ae69410a40673e8dbbefc5cf85 (diff) | |
download | nsss-7791c4d345905846040e66903b3ecefb5a408a7e.tar.gz nsss-7791c4d345905846040e66903b3ecefb5a408a7e.tar.xz nsss-7791c4d345905846040e66903b3ecefb5a408a7e.zip |
Doc fix
-rw-r--r-- | COPYING | 2 | ||||
-rw-r--r-- | doc/nsssd-unix.html | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/COPYING b/COPYING index 898f9cb..04c41fb 100644 --- a/COPYING +++ b/COPYING @@ -1,4 +1,4 @@ -Copyright (c) 2018-2020 Laurent Bercot <ska-skaware@skarnet.org> +Copyright (c) 2018-2021 Laurent Bercot <ska-skaware@skarnet.org> Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/doc/nsssd-unix.html b/doc/nsssd-unix.html index bcb5634..6235b33 100644 --- a/doc/nsssd-unix.html +++ b/doc/nsssd-unix.html @@ -52,10 +52,10 @@ a script as a part of a "nsssd" on how to run such a service. The simplest way to do so, for testing purposes, is a command line such as: </p> -<pre>s6-ipcserver -l0 /run/service/nsss/s nsssd-unix</pre> +<pre>s6-ipcserver -l0 /run/service/nsssd/s nsssd-unix</pre> <p> -<tt>/run/service/nsss/s</tt> is the default place where nsss's +<tt>/run/service/nsssd/s</tt> is the default place where nsss's implementation of the <tt>pwd.h</tt>, <tt>grp.h</tt> and <tt>shadow.h</tt> functions expects the nsssd service to be. It can be changed at nsss build time by giving the |