Author: bdubbs
Date: 2009-06-23 10:52:56 -0600 (Tue, 23 Jun 2009)
New Revision: 8946

Modified:
   trunk/BOOK/chapter01/askforhelp.xml
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/general.ent
   trunk/BOOK/prologue/hostreqs.xml
Log:
Added a list entry in the help section to
suggest that the results of the version check script be 
posted when asking for help

Modified: trunk/BOOK/chapter01/askforhelp.xml
===================================================================
--- trunk/BOOK/chapter01/askforhelp.xml 2009-06-13 02:34:20 UTC (rev 8945)
+++ trunk/BOOK/chapter01/askforhelp.xml 2009-06-23 16:52:56 UTC (rev 8946)
@@ -44,6 +44,9 @@
         <para>The host distribution and version being used to create LFS</para>
       </listitem>
       <listitem>
+        <para>The output from the <xref linkend='version-check'/></para>
+      </listitem>
+      <listitem>
         <para>The package or section the problem was encountered in</para>
       </listitem>
       <listitem>

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2009-06-13 02:34:20 UTC (rev 8945)
+++ trunk/BOOK/chapter01/changelog.xml  2009-06-23 16:52:56 UTC (rev 8946)
@@ -38,6 +38,17 @@
 -->
 
     <listitem>
+      <para>2009-06-23</para>
+      <itemizedlist>
+        <listitem>
+          <para>[bdubbs] - Added a list entry in the help section to
+          suggest that the results of the version check script be 
+          posted when asking for help.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>2009-06-11</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2009-06-13 02:34:20 UTC (rev 8945)
+++ trunk/BOOK/general.ent      2009-06-23 16:52:56 UTC (rev 8946)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20090611">
-<!ENTITY releasedate "June 11, 2009">
+<!ENTITY version "SVN-20090623">
+<!ENTITY releasedate "June 23, 2009">
 <!ENTITY copyrightdate "1999-2009"><!-- jhalfs needs a literal dash, not 
&ndash; -->
 <!ENTITY milestone "6.5">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or 
"x.y[-pre{x}]" -->

Modified: trunk/BOOK/prologue/hostreqs.xml
===================================================================
--- trunk/BOOK/prologue/hostreqs.xml    2009-06-13 02:34:20 UTC (rev 8945)
+++ trunk/BOOK/prologue/hostreqs.xml    2009-06-23 16:52:56 UTC (rev 8946)
@@ -154,6 +154,7 @@
   <para>To see whether your host system has all the appropriate versions, and
   the ability to compile programs, run the following:</para>
 
+<anchor xreflabel="Version Check Script" id="version-check"/>
 <screen role="nodump"><userinput>cat &gt; version-check.sh &lt;&lt; "EOF"
 <literal>#!/bin/bash
 export LC_ALL=C

-- 
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