From a5d1e7f6dd3f616feeee6c9b585f97da8ee3046b Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 28 Apr 2025 08:43:49 +0000 Subject: Latest batch of fixes Signed-off-by: Laurent Bercot --- INSTALL | 4 ++-- doc/libnsss/index.html | 6 +++--- doc/nsswitch.html | 2 +- package/configure-snippets/configure_extra_checks | 1 + tools/configure.template | 16 +++++++++++++--- tools/gen-configure.el | 1 + tools/gen-dotpc.sh | 2 +- 7 files changed, 22 insertions(+), 10 deletions(-) create mode 100644 package/configure-snippets/configure_extra_checks diff --git a/INSTALL b/INSTALL index b5c8ab6..5844335 100644 --- a/INSTALL +++ b/INSTALL @@ -11,8 +11,8 @@ Build Instructions s6 version 2.13.2.0 or later: https://skarnet.org/software/s6/ This software will run on any operating system that implements -POSIX.1-2008, available at: - https://pubs.opengroup.org/onlinepubs/9699919799/ +POSIX.1-2024, available at: + https://pubs.opengroup.org/onlinepubs/9799919799/ * Standard usage diff --git a/doc/libnsss/index.html b/doc/libnsss/index.html index bbe5029..0ec9698 100644 --- a/doc/libnsss/index.html +++ b/doc/libnsss/index.html @@ -93,8 +93,8 @@ implementation of the above standard functions, as Application programs can use the internal API directly, or the prefixed nsss_ functions directly. Most programs, however, will simply use the standard -pwd.h, -grp.h or +pwd.h, +grp.h or shadow.h interfaces. nsss provides a version of these standard headers: if an application is built with these headers, then getpwnam() @@ -165,7 +165,7 @@ sysdeps directory.