Author: randy Date: 2008-08-16 09:52:08 -0600 (Sat, 16 Aug 2008) New Revision: 7559
Modified: trunk/BOOK/general.ent trunk/BOOK/introduction/welcome/changelog.xml trunk/BOOK/postlfs/security/cracklib.xml Log: Updated the bootscript version so a new tarball will be generated; minor text corrections to the CrackLib instructions Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2008-08-15 04:53:03 UTC (rev 7558) +++ trunk/BOOK/general.ent 2008-08-16 15:52:08 UTC (rev 7559) @@ -3,7 +3,7 @@ $Date$ --> -<!ENTITY day "15"> <!-- Always 2 digits --> +<!ENTITY day "16"> <!-- Always 2 digits --> <!ENTITY month "08"> <!-- Always 2 digits --> <!ENTITY year "2008"> <!ENTITY copyrightdate "2001-&year;"> @@ -46,7 +46,7 @@ <!ENTITY lfs-vim-version "7.1"> <!-- End LFS versions --> -<!ENTITY blfs-bootscripts-version "20080812"> +<!ENTITY blfs-bootscripts-version "20080816"> <!ENTITY blfs-bootscripts-download "&downloads-root;/blfs-bootscripts-&blfs-bootscripts-version;.tar.bz2"> <!ENTITY blfs-wiki "http://wiki.&lfs-domainname;/blfs/wiki"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2008-08-15 04:53:03 UTC (rev 7558) +++ trunk/BOOK/introduction/welcome/changelog.xml 2008-08-16 15:52:08 UTC (rev 7559) @@ -42,10 +42,21 @@ --> <listitem> + <para>August 16th, 2008</para> + <itemizedlist> + <listitem> + <para>[randy] - Updated the bootscript version so a new tarball + will be generated.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>August 15th, 2008</para> <itemizedlist> <listitem> - <para>[thomas] - Create missing file at cracklib. Makes the tests working again.</para> + <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> Modified: trunk/BOOK/postlfs/security/cracklib.xml =================================================================== --- trunk/BOOK/postlfs/security/cracklib.xml 2008-08-15 04:53:03 UTC (rev 7558) +++ trunk/BOOK/postlfs/security/cracklib.xml 2008-08-16 15:52:08 UTC (rev 7559) @@ -150,7 +150,8 @@ /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>cat > test-data <<"EOF" && antzer -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
