Parcourir la source

Added a list entry in the help section to
suggest that the results of the version check script be
posted when asking for help

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8946 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Bruce Dubbs il y a 16 ans
Parent
commit
022886cd45
4 fichiers modifiés avec 17 ajouts et 2 suppressions
  1. 3 0
      chapter01/askforhelp.xml
  2. 11 0
      chapter01/changelog.xml
  3. 2 2
      general.ent
  4. 1 0
      prologue/hostreqs.xml

+ 3 - 0
chapter01/askforhelp.xml

@@ -43,6 +43,9 @@
       <listitem>
         <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>

+ 11 - 0
chapter01/changelog.xml

@@ -37,6 +37,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>

+ 2 - 2
general.ent

@@ -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}]" -->

+ 1 - 0
prologue/hostreqs.xml

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