Author: manuel
Date: 2007-06-10 03:07:00 -0600 (Sun, 10 Jun 2007)
New Revision: 8153
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter06/bash.xml
trunk/BOOK/general.ent
Log:
Added explanations to Bash testsuite commands.
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2007-06-08 23:21:11 UTC (rev 8152)
+++ trunk/BOOK/chapter01/changelog.xml 2007-06-10 09:07:00 UTC (rev 8153)
@@ -37,6 +37,16 @@
-->
<listitem>
+ <para>2007-06-10</para>
+ <itemizedlist>
+ <listitem>
+ <para>[Manuel] - Added explanations to Bash testsuite commands.
+ Closes <ulink url="&lfs-ticket-root;1938">#1938</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2007-06-06</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/chapter06/bash.xml
===================================================================
--- trunk/BOOK/chapter06/bash.xml 2007-06-08 23:21:11 UTC (rev 8152)
+++ trunk/BOOK/chapter06/bash.xml 2007-06-10 09:07:00 UTC (rev 8153)
@@ -70,12 +70,21 @@
<screen><userinput>make</userinput></screen>
- <para>To test the results, issue:</para>
+ <para>Skip down to <quote>Install the
+ package</quote> if not running the test suite.</para>
+ <para>To prepare the tests, ensure that the locale
+ setting from our environment will be used and that the <systemitem
+ class="username">nobody</systemitem> user can write to the sources
tree:</para>
+
<screen><userinput>sed -i 's/LANG/LC_ALL/' tests/intl.tests
-chown -Rv nobody ./
-su-tools nobody -s /bin/bash -c "make tests"</userinput></screen>
+chown -Rv nobody ./</userinput></screen>
+ <para>Now, run the tests as the <systemitem
+ class="username">nobody</systemitem> user:</para>
+
+<screen><userinput>su-tools nobody -s /bin/bash -c "make
tests"</userinput></screen>
+
<para>Install the package:</para>
<screen><userinput>make install</userinput></screen>
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2007-06-08 23:21:11 UTC (rev 8152)
+++ trunk/BOOK/general.ent 2007-06-10 09:07:00 UTC (rev 8153)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20070606">
-<!ENTITY releasedate "June 06, 2007">
+<!ENTITY version "SVN-20070610">
+<!ENTITY releasedate "June 10, 2007">
<!ENTITY milestone "6.3">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or
"x.y[-pre{x}]" -->
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page