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
This commit is contained in:
Bruce Dubbs 2009-06-23 16:52:56 +00:00
parent 8effec6edb
commit 022886cd45
4 changed files with 17 additions and 2 deletions

View File

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

View File

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

View File

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

View File

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