glfs/postlfs/security/pam/linux_pam-exp.xml
Larry Lawrence 166f88c041 correct switch in PAM
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@612 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-01-20 20:01:17 +00:00

17 lines
658 B
XML

<sect2>
<title>Command explanations</title>
<para><userinput>--enable-static-libpam</userinput> : This switch builds static PAM libraries as well as the dynamic libraries.</para>
<para><userinput>--with-mailspool=/var/mail</userinput> : This switch makes the mailspool directory FHS compliant.</para>
<para><userinput>--enable-read-both-confs</userinput> : This switch lets the local administrator choose which configuration file setup to
use.</para>
<para><userinput>mv /lib/libpam.a /lib/libpam_misc.a /lib/libpamc.a
/usr/lib</userinput> : This command moves the static libraries to
<filename>/usr/lib</filename> to comply with FHS.</para>
</sect2>