Added a note to the Linux-PAM instructions to run the test suite after the package has been installed and minimally configured

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6666 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2007-03-12 23:07:44 +00:00
parent 9c3b5b6aeb
commit 20f56c70f5
3 changed files with 20 additions and 7 deletions

View File

@ -3,7 +3,7 @@ $LastChangedBy$
$Date$
-->
<!ENTITY day "12"> <!-- Always 2 digits -->
<!ENTITY day "13"> <!-- Always 2 digits -->
<!ENTITY month "03"> <!-- Always 2 digits -->
<!ENTITY year "2007">
<!ENTITY version "svn-&year;&month;&day;">

View File

@ -40,6 +40,18 @@
</listitem>
-->
<listitem>
<para>March 13th, 2007</para>
<itemizedlist>
<listitem>
<para>[randy] - Added a note to the Linux-PAM instructions to run
the test suite after the package has been installed and minimally
configured.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>March 8th, 2007</para>
<itemizedlist>

View File

@ -101,14 +101,15 @@
--enable-read-both-confs &amp;&amp;
make</userinput></screen>
<para>To test the results, issue <command>make check</command>.</para>
<!-- <para>To test the results, issue <command>make check</command>.</para> -->
<!-- <para>The test suite will not provide meaningful results until the package
has been installed and configured. If, after installing the package and
creating a minimum configuration as shown below in the 'other' example,
you wish to run the tests, issue <command>make check</command>.</para>
<para>The test suite will not provide meaningful results until the package
has been installed and minimally configured. If, after installing the
package and creating a minimum configuration as shown below in the 'other'
example, you wish to run the tests, issue
<command>make check</command>.</para>
<tip>
<!-- <tip>
<para>Don't delete the <application>Linux-PAM</application> source tree
until after you reinstall the <application>Shadow</application> package.
The reinstallation of the Shadow package includes much more stringent