Changeset 005d3e9d


Ignore:
Timestamp:
08/16/2008 03:58:39 PM (16 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
6.3
Children:
516590b
Parents:
58ca0b5
Message:

Merged the CrackLib fixes from trunk

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/6.3/BOOK@7560 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r58ca0b5 r005d3e9d  
    44-->
    55
    6 <!ENTITY day          "12">                   <!-- Always 2 digits -->
     6<!ENTITY day          "15">                   <!-- Always 2 digits -->
    77<!ENTITY month        "08">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2008">
  • introduction/welcome/changelog.xml

    r58ca0b5 r005d3e9d  
    4141
    4242-->
     43
     44    <listitem>
     45      <para>August 15th, 2008</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[thomas] - Added a command to create a missing test data file
     49          in the CrackLib instructions so that 'make test' works.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
    4353
    4454    <listitem>
  • postlfs/security/cracklib.xml

    r58ca0b5 r005d3e9d  
    151151
    152152    <para>If desired, check the proper operation of the library as an
    153     unprivileged user using the tests included with the package:</para>
    154 
    155 <screen><userinput>make test</userinput></screen>
     153    unprivileged user by creating a test data file and running the tests
     154    using the following commands:</para>
     155
     156<screen><userinput>cat > test-data &lt;&lt;"EOF" &amp;&amp;
     157antzer
     158G@ndalf
     159neulinger
     160lantzer
     161Pa$$w0rd
     162PaS$W0rd
     163Pas$w0rd
     164Pas$W0rd
     165Pa$sw0rd
     166Pa$sW0rd
     167EOF
     168make test</userinput></screen>
    156169
    157170    <important>
Note: See TracChangeset for help on using the changeset viewer.