glfs/postlfs/security/pam/linux_pam-exp.xml
Igor Živković 7e7bceecf9 applied DJ's cracklib patch
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2086 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-05-03 08:46:59 +00:00

22 lines
897 B
XML

<sect2>
<title>Command explanations</title>
<para><command>autoconf</command>: This is necessary as in the patch, we
change where <acronym>PAM</acronym> looks for the cracklib libs. This
requires that the configure script be recreated.</para>
<para><option>--enable-static-libpam</option>: This switch builds
static <acronym>PAM</acronym> libraries as well as the dynamic libraries.</para>
<para><parameter>--with-mailspool=/var/mail</parameter>: This switch makes
the mailspool directory <acronym>FHS</acronym> compliant.</para>
<para><option>--enable-read-both-confs</option>: This switch lets the local administrator choose which configuration file setup to use.</para>
<para><command>mv /lib/libpam.a /lib/libpam_misc.a /lib/libpamc.a
/usr/lib</command>: This command moves the static libraries to
<filename>/usr/lib</filename> to comply with <acronym>FHS</acronym>.</para>
</sect2>