Author: dnicholson
Date: 2007-08-08 12:22:08 -0600 (Wed, 08 Aug 2007)
New Revision: 8298

Modified:
   branches/6.3/BOOK/chapter01/changelog.xml
   branches/6.3/BOOK/chapter06/bash.xml
   branches/6.3/BOOK/general.ent
Log:
Merge r8294-r8297 from trunk


Modified: branches/6.3/BOOK/chapter01/changelog.xml
===================================================================
--- branches/6.3/BOOK/chapter01/changelog.xml   2007-08-08 18:19:14 UTC (rev 
8297)
+++ branches/6.3/BOOK/chapter01/changelog.xml   2007-08-08 18:22:08 UTC (rev 
8298)
@@ -38,6 +38,18 @@
 
 
     <listitem>
+      <para>2007-08-08</para>
+      <itemizedlist>
+        <listitem>
+          <para>[dnicholson] - Redirected <filename
+          class="devicefile">/dev/tty</filename> to standard input when
+          running the Bash testsuite to prevent errors with terminal
+          permissions.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>2007-08-07</para>
       <itemizedlist>
         <listitem>

Modified: branches/6.3/BOOK/chapter06/bash.xml
===================================================================
--- branches/6.3/BOOK/chapter06/bash.xml        2007-08-08 18:19:14 UTC (rev 
8297)
+++ branches/6.3/BOOK/chapter06/bash.xml        2007-08-08 18:22:08 UTC (rev 
8298)
@@ -81,9 +81,10 @@
 chown -Rv nobody ./</userinput></screen>
 
     <para>Now, run the tests as the <systemitem
-    class="username">nobody</systemitem> user:</para>
+    class="username">nobody</systemitem> user, ensuring that the standard
+    input device is readable:</para>
 
-<screen><userinput>su-tools nobody -s /bin/bash -c "make 
tests"</userinput></screen>
+<screen><userinput>su-tools nobody -s /bin/bash -c "make tests" 
&lt;/dev/tty</userinput></screen>
 
     <para>Install the package:</para>
 

Modified: branches/6.3/BOOK/general.ent
===================================================================
--- branches/6.3/BOOK/general.ent       2007-08-08 18:19:14 UTC (rev 8297)
+++ branches/6.3/BOOK/general.ent       2007-08-08 18:22:08 UTC (rev 8298)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "6.3-20070807">
-<!ENTITY releasedate "August 7, 2007">
+<!ENTITY version "6.3-20070808">
+<!ENTITY releasedate "August 8, 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

Reply via email to