Quellcode durchsuchen

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
Archaic vor 20 Jahren
Ursprung
Commit
a75f3f8afe
3 geänderte Dateien mit 12 neuen und 4 gelöschten Zeilen
  1. 5 2
      chapter01/changelog.xml
  2. 5 0
      chapter06/shadow.xml
  3. 2 2
      general.ent

+ 5 - 2
chapter01/changelog.xml

@@ -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>

+ 5 - 0
chapter06/shadow.xml

@@ -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>

+ 2 - 2
general.ent

@@ -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}]" -->