Added note in Shadow regarding building Cracklib from BLFS first.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6629 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Archaic 2005-08-08 04:04:30 +00:00
parent 54799d69d3
commit a75f3f8afe
3 changed files with 12 additions and 4 deletions

View File

@ -112,11 +112,14 @@ First a summary, then a detailed log.</para>
</itemizedlist>
</listitem>
<listitem><para>August 7th, 2005 [archaic]: Added note in Shadow regarding
building Cracklib from BLFS first.</para></listitem>
<listitem><para>August 6th, 2005 [matt]: Add texi2pdf to list of Texinfo's
installed files</para></listitem>
installed files.</para></listitem>
<listitem><para>August 6th, 2005 [matt]: Updated Vim's security patch to address
the latest modeline vulnerability</para></listitem>
the latest modeline vulnerability.</para></listitem>
<listitem><para>July 30th, 2005 [matt]: Added instructions for installing Bash
documentation (Randy McMurchy).</para></listitem>

View File

@ -31,6 +31,11 @@ Diffutils, GCC, Gettext, Glibc, Grep, Make, and Sed</seg></seglistitem>
<sect2 role="installation">
<title>Installation of Shadow</title>
<note><para>If you would like to enforce the use of strong passwords, refer to
<ulink url="&blfs-root;view/svn/postlfs/cracklib.html"/> for installing Cracklib
prior to building Shadow. Then add <parameter>--with-libcrack</parameter> to the
<command>configure</command> command below.</para></note>
<para>Prepare Shadow for compilation:</para>
<screen><userinput>./configure --libdir=/lib --enable-shared</userinput></screen>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!ENTITY version "SVN-20050806">
<!ENTITY releasedate "August 6, 2005">
<!ENTITY version "SVN-20050807">
<!ENTITY releasedate "August 7, 2005">
<!ENTITY milestone "6.2">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->