aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml10
-rw-r--r--chapter06/bash.xml15
-rw-r--r--general.ent4
3 files changed, 24 insertions, 5 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 57ec5cd8a..87a96b5e2 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -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>
diff --git a/chapter06/bash.xml b/chapter06/bash.xml
index 823542933..14208e3c1 100644
--- a/chapter06/bash.xml
+++ b/chapter06/bash.xml
@@ -70,11 +70,20 @@ sed -i "s|htmldir = @htmldir@|htmldir = /usr/share/doc/bash-&bash-version;|" \
<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>
diff --git a/general.ent b/general.ent
index 059a59db2..e7f038b27 100644
--- a/general.ent
+++ b/general.ent
@@ -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}]" -->