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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.