From 726abe8a3260984ead9c2d57e0e5564584dc9f8f Mon Sep 17 00:00:00 2001 From: Serge Hallyn Date: Fri, 4 Feb 2022 12:28:18 -0600 Subject: [PATCH] configure.ac: fix occurance of with-pam (should be with-libpam) Closes #500 Reported-by: dpa-github@aegee.org Signed-off-by: Serge Hallyn --- configure.ac | 2 +- man/lastlog.8.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 5f995654..e85ee680 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 bd309f2e..495df20e 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.