mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-30 08:05:33 +01:00
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:
parent
54799d69d3
commit
a75f3f8afe
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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}]" -->
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user