Author: randy
Date: 2008-08-16 09:58:39 -0600 (Sat, 16 Aug 2008)
New Revision: 7560
Modified:
branches/6.3/BOOK/general.ent
branches/6.3/BOOK/introduction/welcome/changelog.xml
branches/6.3/BOOK/postlfs/security/cracklib.xml
Log:
Merged the CrackLib fixes from trunk
Modified: branches/6.3/BOOK/general.ent
===================================================================
--- branches/6.3/BOOK/general.ent 2008-08-16 15:52:08 UTC (rev 7559)
+++ branches/6.3/BOOK/general.ent 2008-08-16 15:58:39 UTC (rev 7560)
@@ -3,7 +3,7 @@
$Date$
-->
-<!ENTITY day "12"> <!-- Always 2 digits -->
+<!ENTITY day "15"> <!-- Always 2 digits -->
<!ENTITY month "08"> <!-- Always 2 digits -->
<!ENTITY year "2008">
<!ENTITY version "6.3-rc3">
Modified: branches/6.3/BOOK/introduction/welcome/changelog.xml
===================================================================
--- branches/6.3/BOOK/introduction/welcome/changelog.xml 2008-08-16
15:52:08 UTC (rev 7559)
+++ branches/6.3/BOOK/introduction/welcome/changelog.xml 2008-08-16
15:58:39 UTC (rev 7560)
@@ -42,6 +42,16 @@
-->
<listitem>
+ <para>August 15th, 2008</para>
+ <itemizedlist>
+ <listitem>
+ <para>[thomas] - Added a command to create a missing test data file
+ in the CrackLib instructions so that 'make test' works.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>August 11th, 2008</para>
<itemizedlist>
<listitem>
Modified: branches/6.3/BOOK/postlfs/security/cracklib.xml
===================================================================
--- branches/6.3/BOOK/postlfs/security/cracklib.xml 2008-08-16 15:52:08 UTC
(rev 7559)
+++ branches/6.3/BOOK/postlfs/security/cracklib.xml 2008-08-16 15:58:39 UTC
(rev 7560)
@@ -150,9 +150,22 @@
/usr/share/dict/cracklib-extra-words</userinput></screen>
<para>If desired, check the proper operation of the library as an
- unprivileged user using the tests included with the package:</para>
+ unprivileged user by creating a test data file and running the tests
+ using the following commands:</para>
-<screen><userinput>make test</userinput></screen>
+<screen><userinput>cat > test-data <<"EOF" &&
+antzer
[EMAIL PROTECTED]
+neulinger
+lantzer
+Pa$$w0rd
+PaS$W0rd
+Pas$w0rd
+Pas$W0rd
+Pa$sw0rd
+Pa$sW0rd
+EOF
+make test</userinput></screen>
<important>
<para>If you are installing <application>CrackLib</application> after
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page