From a90ce75a0c883c9ae2a2253c916f67255424f78d Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 2 Aug 2018 22:50:17 +0000 Subject: Fix doc typos --- AUTHORS | 1 + INSTALL | 2 +- doc/index.html | 8 ++++---- doc/libnsss/index.html | 4 ++-- doc/overview.html | 6 +++--- examples/openrc/nsssd | 6 ++++-- 6 files changed, 15 insertions(+), 12 deletions(-) diff --git a/AUTHORS b/AUTHORS index 1a38c57..ddbbded 100644 --- a/AUTHORS +++ b/AUTHORS @@ -3,3 +3,4 @@ Main author: Thanks to: A. Wilcox + Elizabeth Meyers diff --git a/INSTALL b/INSTALL index 247834f..c4fa948 100644 --- a/INSTALL +++ b/INSTALL @@ -6,7 +6,7 @@ Build Instructions - A POSIX-compliant C development environment - GNU make version 3.81 or later - - skalibs version 2.6.5.0 or later: http://skarnet.org/software/skalibs/ + - skalibs version 2.7.0.0 or later: http://skarnet.org/software/skalibs/ This software will run on any operating system that implements POSIX.1-2008, available at: diff --git a/doc/index.html b/doc/index.html index d4b7861..5e54afb 100644 --- a/doc/index.html +++ b/doc/index.html @@ -81,11 +81,11 @@ functions.
  • A POSIX-compliant system with a standard C development environment
  • GNU make, version 3.81 or later
  • skalibs version -2.6.5.0 or later. It's a build-time requirement. It's also a run-time +2.7.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.
  • s6 version -2.7.1.1 or later. It's a run-time requirement only, to run +2.7.2.0 or later. It's a run-time requirement only, to run the nsssd service (and can be done without if you have a suitable replacement for s6-ipcserver).
  • @@ -141,8 +141,8 @@ backend to the name service.

    diff --git a/doc/libnsss/index.html b/doc/libnsss/index.html index ac99e54..fa47a7b 100644 --- a/doc/libnsss/index.html +++ b/doc/libnsss/index.html @@ -38,7 +38,7 @@ various server-side daemons such as functions that try connecting to a nsssd service first, and fall back to the nsss-unix implementation if the connection fails (no nsssd service is running). -

    +

    Both nsss-unix and @@ -136,7 +136,7 @@ desired.

    • Make sure the nsss library, as well as the skalibs library, are visible in your library search path.
    • -
    • Link against -lnsss, -lskarnet,
    • +
    • Link against -lnsss, -lskarnet, -lpthread, `cat $SYSDEPS/socket.lib` and `cat $SYSDEPS/tainnow.lib`, $SYSDEPS being your skalibs sysdeps directory.
    • diff --git a/doc/overview.html b/doc/overview.html index 047bea6..4eec53f 100644 --- a/doc/overview.html +++ b/doc/overview.html @@ -41,11 +41,11 @@ than the POSIX interface specifies.
    • nsss-unix: a set of functions providing access to the standard /etc/passwd, /etc/group and /etc/shadow files.
    • -
    • nsss-switch: a set of +
    • nsss-switch: a set of functions implementing the same functionality as nsss-unix, but instead of looking for information in the standard files, they connect to a nsssd service (see below) that performs the -requests for them.
    • +requests for them.
    • three implementations of the the standard getpwnam() et al. functions: one using the nsss-unix functions, one using the nsss-switch functions, and the default one, called @@ -53,7 +53,7 @@ using the nsss-switch functions, and the default one, called and retrieve information from it, but falls back to the nsss-unix implementation if it fails (for instance, if no nsssd service is listening).
    • -
        +

      Applications wishing to use nsss should be built against this client diff --git a/examples/openrc/nsssd b/examples/openrc/nsssd index 8a0c412..1221f89 100755 --- a/examples/openrc/nsssd +++ b/examples/openrc/nsssd @@ -1,6 +1,8 @@ #!/sbin/openrc-run name="nsssd" -command="s6-ipcserver -- /run/service/nsssd/s nsssd-unix" +command="s6-envuidgid" +command_args="nsss s6-ipcserver -U -- /run/service/nsssd/s nsssd-unix" +command_background=yes pidfile="/run/service/nsssd/nsssd.pid" -start_stop_daemon_args="-b -m -c nsssd -d /run/service/nsssd" +start_stop_daemon_args="-d /run/service/nsssd" -- cgit v1.2.3