glfs/postlfs/security/pam/linux_pam-exp.xml
Larry Lawrence 13b9bfad98 changed cvs download, intro on PAM
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@991 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-08-26 22:14:36 +00:00

19 lines
699 B
XML

<sect2>
<title>Command explanations</title>
<para><command>--enable-static-libpam</command> : This switch builds
static <acronym>PAM</acronym> libraries as well as the dynamic libraries.</para>
<para><command>--with-mailspool=/var/mail</command> : This switch makes
the mailspool directory <acronym>FHS</acronym> compliant.</para>
<para><command>--enable-read-both-confs</command> : 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>