Changeset 005d3e9d
- Timestamp:
- 08/16/2008 03:58:39 PM (15 years ago)
- Branches:
- 6.3
- Children:
- 516590b
- Parents:
- 58ca0b5
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r58ca0b5 r005d3e9d 4 4 --> 5 5 6 <!ENTITY day "1 2"> <!-- Always 2 digits -->6 <!ENTITY day "15"> <!-- Always 2 digits --> 7 7 <!ENTITY month "08"> <!-- Always 2 digits --> 8 8 <!ENTITY year "2008"> -
introduction/welcome/changelog.xml
r58ca0b5 r005d3e9d 41 41 42 42 --> 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> 43 53 44 54 <listitem> -
postlfs/security/cracklib.xml
r58ca0b5 r005d3e9d 151 151 152 152 <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 <<"EOF" && 157 antzer 158 G@ndalf 159 neulinger 160 lantzer 161 Pa$$w0rd 162 PaS$W0rd 163 Pas$w0rd 164 Pas$W0rd 165 Pa$sw0rd 166 Pa$sW0rd 167 EOF 168 make test</userinput></screen> 156 169 157 170 <important>
Note:
See TracChangeset
for help on using the changeset viewer.