Removed zlib and fixed several typos

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@635 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Bruce Dubbs 2003-01-31 04:53:23 +00:00
parent a40092ca72
commit a338b482a6
17 changed files with 33 additions and 32 deletions

View File

@ -14,5 +14,3 @@
<!-- Deprecated package appendix -->
<!ENTITY appendices-old SYSTEM "old/old.xml">
<!ENTITY % zlib SYSTEM "old/zlib/zlib.ent">
%zlib;

View File

@ -8,6 +8,5 @@ been added to the top of the package instructions. Note that in general
these instructions are no longer maintained and will probably be removed in
future releases.</para>
&zlib;
</appendix>

View File

@ -9,7 +9,7 @@
<para>Recipes have to be written and placed in your
<filename>~/.procmailrc</filename> for execution. The procmailex man
page is the starting place to learn how to write recipies.</para>
page is the starting place to learn how to write recipes.</para>
</sect3>
</sect2>

View File

@ -6,16 +6,16 @@ openssl or zlib, miss out the <userinput>--with-ssl</userinput> or
<userinput>--with-zlib</userinput> part of the configure command as
appropriate.</para>
<para><screen><userinput>./configure --prefix=/usr --libdir=/etc --with-ssl --with-zlib &amp;&amp;</userinput>
<userinput>make &amp;&amp;</userinput>
<userinput>make install &amp;&amp;</userinput>
<userinput>make DOCDIR=/usr/share/doc/lynx-2.8.4/lynx_doc \</userinput>
<userinput>&nbsp;&nbsp;&nbsp;HELPDIR=/usr/share/doc/lynx-2.8.4/lynx_help install-doc &amp;&amp;</userinput>
<userinput>make DOCDIR=/usr/share/doc/lynx-2.8.4/lynx_doc \</userinput>
<userinput>&nbsp;&nbsp;&nbsp;HELPDIR=/usr/share/doc/lynx-2.8.4/lynx_help install-help &amp;&amp;</userinput>
<userinput>sed s/"t\/etc"/"t\/usr\/share\/doc\/lynx\-2\.8\.4"/ \</userinput>
<userinput>&nbsp;&nbsp;&nbsp;/etc/lynx.cfg &gt; /etc/lynx.bak &amp;&amp;</userinput>
<userinput>mv /etc/lynx.bak /etc/lynx.cfg</userinput></screen></para>
<para><screen><userinput>./configure --prefix=/usr --libdir=/etc --with-ssl --with-zlib &amp;&amp;
make &amp;&amp;
make install &amp;&amp;
make DOCDIR=/usr/share/doc/lynx-2.8.4/lynx_doc \
&nbsp;&nbsp;&nbsp;HELPDIR=/usr/share/doc/lynx-2.8.4/lynx_help install-doc &amp;&amp;
make DOCDIR=/usr/share/doc/lynx-2.8.4/lynx_doc \
&nbsp;&nbsp;&nbsp;HELPDIR=/usr/share/doc/lynx-2.8.4/lynx_help install-help &amp;&amp;
sed s/"t\/etc"/"t\/usr\/share\/doc\/lynx\-2\.8\.4"/ \
&nbsp;&nbsp;&nbsp;/etc/lynx.cfg &gt; /etc/lynx.bak &amp;&amp;
mv /etc/lynx.bak /etc/lynx.cfg</userinput></screen></para>
</sect2>

View File

@ -9,8 +9,8 @@ Estimated Disk space required: &lynx-buildsize;</screen>
<para>Lynx is a text based web browser.</para>
<screen>lynx can use <xref linkend="openssl"></xref> and <xref linkend="zlib"></xref>.
OpenSSL is needed in order to access HTTPS (i.e. secure) websites and so it is highly recommended that it is used.
Zlib is used by lynx for decompression of some gzip files.</screen>
<screen>lynx can use <xref linkend="openssl"></xref>.
OpenSSL is needed in order to access HTTPS (i.e. secure) websites and so it
is highly recommended that it is used.</screen>
</sect2>

View File

@ -30,7 +30,7 @@ DHCP_START=&lt;appropriate start parameters&gt;
DHCP_STOP=-r
<userinput>EOF</userinput></screen></para>
<para>For more information on the apppropriate
<para>For more information on the appropriate
<userinput>DHCP_START</userinput> and <userinput>DHCP_STOP</userinput>
values, examine the man-page for dhclient.</para>

View File

@ -25,7 +25,7 @@ in use.</para></sect3>
<sect3><title>db_checkpoint</title>
<para>db_checkpoint is a daemon process uses to monitor and checkpoint
<para>db_checkpoint is a daemon process used to monitor and checkpoint
database logs.</para></sect3>
<sect3><title>db_deadlock</title>

View File

@ -1,7 +1,8 @@
<sect2>
<title>Installation of mysql</title>
<para>For security reasons, running the server as an unpriviledged user and group is strongly encouraged:</para>
<para>For security reasons, running the server as an unpriviledged user
and group is strongly encouraged:</para>
<screen><userinput>groupadd mysql &amp;&amp;
useradd -c mysql -d /dev/null -g mysql -s /bin/false mysql</userinput></screen>

View File

@ -8,8 +8,8 @@
<sect2><title>Description</title>
<sect3><title>gdbm libraries</title>
<para>gdbm libraries contains functions that preform database routines
using extendible hashing,</para></sect3>
<para>gdbm libraries contain functions that preform database routines
using extendible hashing.</para></sect3>
</sect2>

View File

@ -2,8 +2,8 @@
<title>Command explanations</title>
<para><userinput>--infoprefix=/usr/share/info
--mandir=/usr/share/man</userinput> : These switches sets the
documentatin directory to <filename>/usr/share</filename> instead of
--mandir=/usr/share/man</userinput> : These switches set the
documentation directory to <filename>/usr/share</filename> instead of
<filename>/usr</filename>.</para>
<para><userinput>BINOWN=root BINGRP=root</userinput> : This command

View File

@ -8,7 +8,7 @@
<sect2><title>Description</title>
<sect3><title>GLib libraries</title>
<para>GLib libraries contains a low-level core library for the Gimp
<para>GLib libraries contain a low-level core library for the Gimp
Tool Kit.</para></sect3>

View File

@ -8,7 +8,7 @@
<sect2><title>Description</title>
<sect3><title>GLib libraries</title>
<para>GLib libraries contains a low-level core library for the Gimp
<para>GLib librarie contains a low-level core library for the Gimp
Tool Kit.</para></sect3>

View File

@ -7,7 +7,7 @@ Version used: &gwrap-version;
Package size: &gwrap-size;
Estimated Disk space required: &gwrap-buildsize;</screen>
<para>The G-Wrap package contains tool for exporting C libraries into
<para>The G-Wrap package contains tools for exporting C libraries into
Scheme interpreters.</para>
<screen>G-Wrap depends on:

View File

@ -20,7 +20,7 @@ it into your own programs.</para></sect3>
<para>aalib-config provides configuration info for aalib.</para></sect3>
<sect3><title>aainfo</title>
<para>aainfo provides informations for your current settings related
<para>aainfo provides information for your current settings related
to aalib.</para></sect3>
<sect3><title>aatest</title>

View File

@ -10,7 +10,4 @@ Estimated Disk space required: &libpng-buildsize;</screen>
<para>The libpng package contains the libpng libraries. These are used
by other programs for reading and writing png files.</para>
<screen>libpng depends on:
<xref linkend="zlib"></xref></screen>
</sect2>

View File

@ -10,6 +10,12 @@ page in Chapter 1 for details on who wrote what.</para>
<itemizedlist>
<listitem><para>January 30th, 2003 [bdubbs]: removed zlib.
</para></listitem>
<listitem><para>January 30th, 2003 [bdubbs]: fixed various
typo's thanks to Matt.</para></listitem>
<listitem><para>January 30th, 2003 [larry]: general: Updated gcc to
install-no-fixedincludes to be consistent with LFS. Thanks to Greg for
doing the research.</para></listitem>

View File

@ -11,7 +11,7 @@ Estimated Disk space required: &openssh-buildsize;</screen>
useful for encrypting all traffic over a network.</para>
<screen>OpenSSH depends on:
<xref linkend="zlib"/> and <xref linkend="openssl"/>
<xref linkend="openssl"/>
OpenSSH will utilize:
X11-ssh-askpass and <xref linkend="Linux_PAM"/></screen>