Author: dnicholson
Date: 2007-08-11 11:08:38 -0600 (Sat, 11 Aug 2007)
New Revision: 8310
Modified:
branches/6.3/BOOK/chapter01/changelog.xml
branches/6.3/BOOK/chapter06/bash.xml
branches/6.3/BOOK/general.ent
Log:
Merge r8309 from trunk
Modified: branches/6.3/BOOK/chapter01/changelog.xml
===================================================================
--- branches/6.3/BOOK/chapter01/changelog.xml 2007-08-11 17:00:48 UTC (rev
8309)
+++ branches/6.3/BOOK/chapter01/changelog.xml 2007-08-11 17:08:38 UTC (rev
8310)
@@ -36,16 +36,19 @@
</listitem>
-->
-
<listitem>
<para>2007-08-11</para>
<itemizedlist>
<listitem>
+ <para>[dnicholson] - Changed the Bash testsuite standard input fix
+ to only affect the necessary test script.</para>
+ </listitem>
+ <listitem>
<para>[bdubbs] - Created LFS 6.3-rc-2..</para>
</listitem>
<listitem>
<para>[bdubbs] - Upgrade to Linux-2.6.22.1, fixes
- <ulink url="&lfs-ticket-root;2044">#2059</ulink>.</para>
+ <ulink url="&lfs-ticket-root;2044">#2059</ulink>.</para>
</listitem>
</itemizedlist>
</listitem>
Modified: branches/6.3/BOOK/chapter06/bash.xml
===================================================================
--- branches/6.3/BOOK/chapter06/bash.xml 2007-08-11 17:00:48 UTC (rev
8309)
+++ branches/6.3/BOOK/chapter06/bash.xml 2007-08-11 17:08:38 UTC (rev
8310)
@@ -75,16 +75,17 @@
<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>
+ class="username">nobody</systemitem> user can read the standard input
+ device and write to the sources tree:</para>
<screen><userinput>sed -i 's/LANG/LC_ALL/' tests/intl.tests
+sed -i '[EMAIL PROTECTED]@& </dev/tty@' tests/run-test
chown -Rv nobody ./</userinput></screen>
<para>Now, run the tests as the <systemitem
- class="username">nobody</systemitem> user, ensuring that the standard
- input device is readable:</para>
+ class="username">nobody</systemitem> user:</para>
-<screen><userinput>su-tools nobody -s /bin/bash -c "make tests"
</dev/tty</userinput></screen>
+<screen><userinput>su-tools nobody -s /bin/bash -c "make
tests"</userinput></screen>
<para>Install the package:</para>
Modified: branches/6.3/BOOK/general.ent
===================================================================
--- branches/6.3/BOOK/general.ent 2007-08-11 17:00:48 UTC (rev 8309)
+++ branches/6.3/BOOK/general.ent 2007-08-11 17:08:38 UTC (rev 8310)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "6.3-rc2">
+<!ENTITY version "6.3-20070811">
<!ENTITY releasedate "August 11, 2007">
<!ENTITY milestone "6.3">
<!ENTITY generic-version "6.3-branch"> <!-- 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