Author: jhuntwork
Date: 2005-08-28 16:27:05 -0600 (Sun, 28 Aug 2005)
New Revision: 6769
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter06/bash.xml
trunk/BOOK/chapter06/glibc.xml
trunk/BOOK/general.ent
Log:
Adjusted tar commands for chapter six Bash and Glibc for consistency.
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2005-08-28 21:34:19 UTC (rev 6768)
+++ trunk/BOOK/chapter01/changelog.xml 2005-08-28 22:27:05 UTC (rev 6769)
@@ -114,6 +114,9 @@
</itemizedlist>
</listitem>
+<listitem><para>August 28th, 2005 [jhuntwork]: Adjusted tar commands in Bash
+and Glibc chapter six builds for consistency</para></listitem>
+
<listitem><para>August 23rd, 2005 [matt]: Install Udev's documentation relating
to configuring rules (fixes bug 1622)</para></listitem>
Modified: trunk/BOOK/chapter06/bash.xml
===================================================================
--- trunk/BOOK/chapter06/bash.xml 2005-08-28 21:34:19 UTC (rev 6768)
+++ trunk/BOOK/chapter06/bash.xml 2005-08-28 22:27:05 UTC (rev 6769)
@@ -33,7 +33,7 @@
<para>If you downloaded the Bash documentation tarball and wish to install HTML
documentation, issue the following commands:</para>
-<screen><userinput>tar -zxf ../bash-doc-&bash-doc-version;.tar.gz &&
+<screen><userinput>tar -xf ../bash-doc-&bash-doc-version;.tar.gz &&
sed -i "s|htmldir = @htmldir@|htmldir = /usr/share/doc/bash-&bash-version;|" \
Makefile.in</userinput></screen>
Modified: trunk/BOOK/chapter06/glibc.xml
===================================================================
--- trunk/BOOK/chapter06/glibc.xml 2005-08-28 21:34:19 UTC (rev 6768)
+++ trunk/BOOK/chapter06/glibc.xml 2005-08-28 22:27:05 UTC (rev 6769)
@@ -60,7 +60,7 @@
threading libraries installed by Glibc. Unpack the tarball from
within the Glibc source directory:</para>
-<screen><userinput>tar -xjvf
/sources/glibc-linuxthreads-&glibc-version;.tar.bz2</userinput></screen>
+<screen><userinput>tar -xf
/sources/glibc-linuxthreads-&glibc-version;.tar.bz2</userinput></screen>
<para>Glibc has two tests which fail when the running kernel is 2.6.11 or
later.
The problem has been determined to be with the tests themselves, not with the
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2005-08-28 21:34:19 UTC (rev 6768)
+++ trunk/BOOK/general.ent 2005-08-28 22:27:05 UTC (rev 6769)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20050820">
-<!ENTITY releasedate "August 23, 2005">
+<!ENTITY version "SVN-20050828">
+<!ENTITY releasedate "August 28, 2005">
<!ENTITY milestone "6.2">
<!ENTITY generic-version "development"> <!-- 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