]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
configure.ac: fix occurance of with-pam (should be with-libpam)
authorSerge Hallyn <serge@hallyn.com>
Fri, 4 Feb 2022 18:28:18 +0000 (12:28 -0600)
committerSerge Hallyn <serge@hallyn.com>
Fri, 4 Feb 2022 18:28:18 +0000 (12:28 -0600)
Closes #500

Reported-by: dpa-github@aegee.org
Signed-off-by: Serge Hallyn <serge@hallyn.com>
configure.ac
man/lastlog.8.xml

index 5f995654c5dbeb061f1e0e8b2e24d670bd643f82..e85ee680576c392a6b285bf0d4b37378c5eeb5de 100644 (file)
@@ -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" ;;
index bd309f2e41b5e7cfcf78163f6fe43666492bc9f0..495df20e50385efbd75911e8cb503c0d36fb8435 100644 (file)
@@ -76,7 +76,7 @@
        </term>
        <listitem>
          <para>
-           Print only lastlog records older than <emphasis remap='I'>DAYS</emphasis>.
+           Print only lastlog records older than <replaceable>DAYS</replaceable>.
          </para>
        </listitem>
       </varlistentry>
        <listitem>
          <para>
            Print the lastlog records more recent than
-           <emphasis remap='I'>DAYS</emphasis>.
+           <replaceable>DAYS</replaceable>.
          </para>
        </listitem>
       </varlistentry>