Author: thomas
Date: 2008-08-14 22:53:03 -0600 (Thu, 14 Aug 2008)
New Revision: 7558

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/postlfs/security/cracklib.xml
Log:
Fix issue 2549, missing test-data

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2008-08-14 15:59:31 UTC (rev 7557)
+++ trunk/BOOK/general.ent      2008-08-15 04:53:03 UTC (rev 7558)
@@ -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 copyrightdate "2001-&year;">

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2008-08-14 15:59:31 UTC 
(rev 7557)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2008-08-15 04:53:03 UTC 
(rev 7558)
@@ -42,6 +42,15 @@
 -->
 
     <listitem>
+      <para>August 15th, 2008</para>
+      <itemizedlist>
+        <listitem>
+          <para>[thomas] - Create missing file at cracklib. Makes the tests 
working again.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>August 12th, 2008</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/postlfs/security/cracklib.xml
===================================================================
--- trunk/BOOK/postlfs/security/cracklib.xml    2008-08-14 15:59:31 UTC (rev 
7557)
+++ trunk/BOOK/postlfs/security/cracklib.xml    2008-08-15 04:53:03 UTC (rev 
7558)
@@ -152,7 +152,19 @@
     <para>If desired, check the proper operation of the library as an
     unprivileged user using the tests included with the package:</para>
 
-<screen><userinput>make test</userinput></screen>
+<screen><userinput>cat > test-data &lt;&lt;"EOF" &amp;&amp;
+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

Reply via email to