Author: thomas
Date: 2009-02-22 08:50:33 -0700 (Sun, 22 Feb 2009)
New Revision: 7772
Modified:
trunk/BOOK/general.ent
trunk/BOOK/pst/ps/a2ps.xml
Log:
Fix command arrangement
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2009-02-22 14:12:45 UTC (rev 7771)
+++ trunk/BOOK/general.ent 2009-02-22 15:50:33 UTC (rev 7772)
@@ -9,7 +9,7 @@
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "svn-&year;&month;&day;">
-<!ENTITY releasedate "February &day;th, &year;">
+<!ENTITY releasedate "February &day;nd, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!--
version|testing|unstable|development] -->
@@ -326,7 +326,7 @@
<!-- Chapter 14 -->
<!ENTITY dhcp-version "3.0.6">
-<!ENTITY dhcpcd-version "4.0.7">
+<!ENTITY dhcpcd-version "4.0.9">
<!-- Chapter 15 -->
<!ENTITY pppoe-version "3.8">
Modified: trunk/BOOK/pst/ps/a2ps.xml
===================================================================
--- trunk/BOOK/pst/ps/a2ps.xml 2009-02-22 14:12:45 UTC (rev 7771)
+++ trunk/BOOK/pst/ps/a2ps.xml 2009-02-22 15:50:33 UTC (rev 7772)
@@ -80,6 +80,7 @@
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="gperf"/></para>
+
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended"><xref linkend="psutils"/>, and
<xref linkend="cups"/> or <xref linkend="LPRng"/>
@@ -107,23 +108,12 @@
<sect2 role="installation">
<title>Installation of a2ps</title>
- <para>First run <command>autoconf</command> to recreate the
- <filename>configure</filename> script. This is required cause
- there is an issue in the mktime test which would cause the
- <filename>configure</filename> to hang for 60 seconds and than
- report that there is no working mktime function.</para>
-
-<screen><userinput>autoconf</userinput></screen>
-
- <para>Fix a bug in the handling of the version output of
- <command>gperf</command>:</para>
-
-<screen><userinput>sed -i "s;GPERF --version |;& head -n 1 |;"
configure</userinput></screen>
-
<para>Install <application>a2ps</application> by running the following
commands:</para>
-<screen><userinput>sed -i "s;/usr/local/share;/usr/share;" configure &&
+<screen><userinput>autoconf &&
+sed -i "s/GPERF --version |/& head -n 1 |/" configure &&
+sed -i "s|/usr/local/share|/usr/share|" configure &&
./configure --prefix=/usr \
--sysconfdir=/etc/a2ps \
--enable-shared \
@@ -157,13 +147,16 @@
<sect2 role="commands">
<title>Command Explanations</title>
- <para><command>sed -i 's/+0 -1/-k 1,2/' afm/make_fonts_map.sh</command>:
- The <filename>make_fonts_map.sh</filename> script uses an option that is
- invalid with the version of <command>sort</command> installed as part of
- <application>Coreutils-&lfs-coreutils-version;</application>.
- If you are using an older version of <application>Coreutils</application>,
- skip this step.</para>
+ <para><command>autoconf</command>: This command is to recreate the
+ <filename>configure</filename> script. This is required because there is
+ an issue in the mktime test which would cause the configure command to
+ hang for 60 seconds and than report that there is no working mktime
+ function.</para>
+ <para><command>sed -i "s/GPERF --version |/& head -n 1 |/"
configure</command>:
+ Fix a bug in the handling of the version output of
+ <command>gperf</command>.</para>
+
<para><command>sed -i -e "s|/usr/local/share|/usr/share|"
configure</command>:
This command modifies the <command>configure</command> script to search for
<application>Ghostscript</application> fonts at the location where they
were
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page