From: Serge Hallyn Date: Fri, 4 Feb 2022 18:28:18 +0000 (-0600) Subject: configure.ac: fix occurance of with-pam (should be with-libpam) X-Git-Tag: 4.12~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=726abe8a3260984ead9c2d57e0e5564584dc9f8f;p=thirdparty%2Fshadow.git configure.ac: fix occurance of with-pam (should be with-libpam) Closes #500 Reported-by: dpa-github@aegee.org Signed-off-by: Serge Hallyn --- diff --git a/configure.ac b/configure.ac index 5f995654c..e85ee6805 100644 --- a/configure.ac +++ b/configure.ac @@ -216,7 +216,7 @@ AC_ARG_ENABLE(man, AC_ARG_ENABLE(account-tools-setuid, [AC_HELP_STRING([--enable-account-tools-setuid], - [Install the user and group management tools setuid and authenticate the callers. This requires --with-pam.])], + [Install the user and group management tools setuid and authenticate the callers. This requires --with-libpam.])], [case "${enableval}" in yes) enable_acct_tools_setuid="yes" ;; no) enable_acct_tools_setuid="no" ;; diff --git a/man/lastlog.8.xml b/man/lastlog.8.xml index bd309f2e4..495df20e5 100644 --- a/man/lastlog.8.xml +++ b/man/lastlog.8.xml @@ -76,7 +76,7 @@ - Print only lastlog records older than DAYS. + Print only lastlog records older than DAYS. @@ -129,7 +129,7 @@ Print the lastlog records more recent than - DAYS. + DAYS.