From a338b482a62c273c427947d55475dbba063df13d Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Fri, 31 Jan 2003 04:53:23 +0000 Subject: [PATCH] Removed zlib and fixed several typos git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@635 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- appendices/appendices.ent | 2 -- appendices/old/old.xml | 1 - .../mailnews/procmail/procmail-config.xml | 2 +- basicnet/textweb/lynx/lynx-inst.xml | 20 +++++++++---------- basicnet/textweb/lynx/lynx-intro.xml | 6 +++--- connect/dhcp/dhcp-client.xml | 2 +- content/databases/db-3.3/db-3.3-desc.xml | 2 +- content/databases/mysql/mysql-inst.xml | 3 ++- general/genlib/gdbm/gdbm-desc.xml | 4 ++-- general/genlib/gdbm/gdbm-exp.xml | 4 ++-- general/genlib/glib/glib-desc.xml | 2 +- general/genlib/glib/glib2-desc.xml | 2 +- general/genlib/gwrap/gwrap-intro.xml | 2 +- general/graphlib/aalib/aalib-desc.xml | 2 +- general/graphlib/libpng/libpng-intro.xml | 3 --- introduction/welcome/changelog.xml | 6 ++++++ server/other/openssh/openssh-intro.xml | 2 +- 17 files changed, 33 insertions(+), 32 deletions(-) diff --git a/appendices/appendices.ent b/appendices/appendices.ent index 58d059450b..3ac9a80568 100644 --- a/appendices/appendices.ent +++ b/appendices/appendices.ent @@ -14,5 +14,3 @@ - -%zlib; diff --git a/appendices/old/old.xml b/appendices/old/old.xml index d171a3522c..22a274d13a 100644 --- a/appendices/old/old.xml +++ b/appendices/old/old.xml @@ -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. -&zlib; diff --git a/basicnet/mailnews/procmail/procmail-config.xml b/basicnet/mailnews/procmail/procmail-config.xml index a620a2837f..aa12446b09 100644 --- a/basicnet/mailnews/procmail/procmail-config.xml +++ b/basicnet/mailnews/procmail/procmail-config.xml @@ -9,7 +9,7 @@ Recipes have to be written and placed in your ~/.procmailrc for execution. The procmailex man -page is the starting place to learn how to write recipies. +page is the starting place to learn how to write recipes. diff --git a/basicnet/textweb/lynx/lynx-inst.xml b/basicnet/textweb/lynx/lynx-inst.xml index 9aee927563..35a688eda9 100644 --- a/basicnet/textweb/lynx/lynx-inst.xml +++ b/basicnet/textweb/lynx/lynx-inst.xml @@ -6,16 +6,16 @@ openssl or zlib, miss out the --with-ssl or --with-zlib part of the configure command as appropriate. -./configure --prefix=/usr --libdir=/etc --with-ssl --with-zlib && -make && -make install && -make DOCDIR=/usr/share/doc/lynx-2.8.4/lynx_doc \ -   HELPDIR=/usr/share/doc/lynx-2.8.4/lynx_help install-doc && -make DOCDIR=/usr/share/doc/lynx-2.8.4/lynx_doc \ -   HELPDIR=/usr/share/doc/lynx-2.8.4/lynx_help install-help && -sed s/"t\/etc"/"t\/usr\/share\/doc\/lynx\-2\.8\.4"/ \ -   /etc/lynx.cfg > /etc/lynx.bak && -mv /etc/lynx.bak /etc/lynx.cfg +./configure --prefix=/usr --libdir=/etc --with-ssl --with-zlib && +make && +make install && +make DOCDIR=/usr/share/doc/lynx-2.8.4/lynx_doc \ +   HELPDIR=/usr/share/doc/lynx-2.8.4/lynx_help install-doc && +make DOCDIR=/usr/share/doc/lynx-2.8.4/lynx_doc \ +   HELPDIR=/usr/share/doc/lynx-2.8.4/lynx_help install-help && +sed s/"t\/etc"/"t\/usr\/share\/doc\/lynx\-2\.8\.4"/ \ +   /etc/lynx.cfg > /etc/lynx.bak && +mv /etc/lynx.bak /etc/lynx.cfg diff --git a/basicnet/textweb/lynx/lynx-intro.xml b/basicnet/textweb/lynx/lynx-intro.xml index bf20137b8f..b0ebaa2bc3 100644 --- a/basicnet/textweb/lynx/lynx-intro.xml +++ b/basicnet/textweb/lynx/lynx-intro.xml @@ -9,8 +9,8 @@ Estimated Disk space required: &lynx-buildsize; Lynx is a text based web browser. -lynx can use and . -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. +lynx can use . +OpenSSL is needed in order to access HTTPS (i.e. secure) websites and so it +is highly recommended that it is used. diff --git a/connect/dhcp/dhcp-client.xml b/connect/dhcp/dhcp-client.xml index f27c9f0270..9b75e00ae0 100644 --- a/connect/dhcp/dhcp-client.xml +++ b/connect/dhcp/dhcp-client.xml @@ -30,7 +30,7 @@ DHCP_START=<appropriate start parameters> DHCP_STOP=-r EOF -For more information on the apppropriate +For more information on the appropriate DHCP_START and DHCP_STOP values, examine the man-page for dhclient. diff --git a/content/databases/db-3.3/db-3.3-desc.xml b/content/databases/db-3.3/db-3.3-desc.xml index f430e1ce90..c64a338505 100644 --- a/content/databases/db-3.3/db-3.3-desc.xml +++ b/content/databases/db-3.3/db-3.3-desc.xml @@ -25,7 +25,7 @@ in use. db_checkpoint -db_checkpoint is a daemon process uses to monitor and checkpoint +db_checkpoint is a daemon process used to monitor and checkpoint database logs. db_deadlock diff --git a/content/databases/mysql/mysql-inst.xml b/content/databases/mysql/mysql-inst.xml index 5a2fd960a0..80a138efeb 100644 --- a/content/databases/mysql/mysql-inst.xml +++ b/content/databases/mysql/mysql-inst.xml @@ -1,7 +1,8 @@ Installation of mysql -For security reasons, running the server as an unpriviledged user and group is strongly encouraged: +For security reasons, running the server as an unpriviledged user +and group is strongly encouraged: groupadd mysql && useradd -c mysql -d /dev/null -g mysql -s /bin/false mysql diff --git a/general/genlib/gdbm/gdbm-desc.xml b/general/genlib/gdbm/gdbm-desc.xml index 610133a212..811668e1ee 100644 --- a/general/genlib/gdbm/gdbm-desc.xml +++ b/general/genlib/gdbm/gdbm-desc.xml @@ -8,8 +8,8 @@ Description gdbm libraries -gdbm libraries contains functions that preform database routines -using extendible hashing, +gdbm libraries contain functions that preform database routines +using extendible hashing. diff --git a/general/genlib/gdbm/gdbm-exp.xml b/general/genlib/gdbm/gdbm-exp.xml index 1e75366210..f33e59356a 100644 --- a/general/genlib/gdbm/gdbm-exp.xml +++ b/general/genlib/gdbm/gdbm-exp.xml @@ -2,8 +2,8 @@ Command explanations --infoprefix=/usr/share/info ---mandir=/usr/share/man : These switches sets the -documentatin directory to /usr/share instead of +--mandir=/usr/share/man : These switches set the +documentation directory to /usr/share instead of /usr. BINOWN=root BINGRP=root : This command diff --git a/general/genlib/glib/glib-desc.xml b/general/genlib/glib/glib-desc.xml index 14a40adbe7..1bdb3510a7 100644 --- a/general/genlib/glib/glib-desc.xml +++ b/general/genlib/glib/glib-desc.xml @@ -8,7 +8,7 @@ Description GLib libraries -GLib libraries contains a low-level core library for the Gimp +GLib libraries contain a low-level core library for the Gimp Tool Kit. diff --git a/general/genlib/glib/glib2-desc.xml b/general/genlib/glib/glib2-desc.xml index 14a40adbe7..7bd528a8df 100644 --- a/general/genlib/glib/glib2-desc.xml +++ b/general/genlib/glib/glib2-desc.xml @@ -8,7 +8,7 @@ Description GLib libraries -GLib libraries contains a low-level core library for the Gimp +GLib librarie contains a low-level core library for the Gimp Tool Kit. diff --git a/general/genlib/gwrap/gwrap-intro.xml b/general/genlib/gwrap/gwrap-intro.xml index a1c4a1f8db..1126cd9fa9 100644 --- a/general/genlib/gwrap/gwrap-intro.xml +++ b/general/genlib/gwrap/gwrap-intro.xml @@ -7,7 +7,7 @@ Version used: &gwrap-version; Package size: &gwrap-size; Estimated Disk space required: &gwrap-buildsize; -The G-Wrap package contains tool for exporting C libraries into +The G-Wrap package contains tools for exporting C libraries into Scheme interpreters. G-Wrap depends on: diff --git a/general/graphlib/aalib/aalib-desc.xml b/general/graphlib/aalib/aalib-desc.xml index 3bd954f897..a64745b18e 100644 --- a/general/graphlib/aalib/aalib-desc.xml +++ b/general/graphlib/aalib/aalib-desc.xml @@ -20,7 +20,7 @@ it into your own programs. aalib-config provides configuration info for aalib. aainfo -aainfo provides informations for your current settings related +aainfo provides information for your current settings related to aalib. aatest diff --git a/general/graphlib/libpng/libpng-intro.xml b/general/graphlib/libpng/libpng-intro.xml index 7d9ccda205..ae5e91dd3d 100644 --- a/general/graphlib/libpng/libpng-intro.xml +++ b/general/graphlib/libpng/libpng-intro.xml @@ -10,7 +10,4 @@ Estimated Disk space required: &libpng-buildsize; The libpng package contains the libpng libraries. These are used by other programs for reading and writing png files. -libpng depends on: - - diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 27d3fee41f..dfa496c08e 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -10,6 +10,12 @@ page in Chapter 1 for details on who wrote what. +January 30th, 2003 [bdubbs]: removed zlib. + + +January 30th, 2003 [bdubbs]: fixed various +typo's thanks to Matt. + January 30th, 2003 [larry]: general: Updated gcc to install-no-fixedincludes to be consistent with LFS. Thanks to Greg for doing the research. diff --git a/server/other/openssh/openssh-intro.xml b/server/other/openssh/openssh-intro.xml index 3a8a69fbc1..ee1eae8d1e 100644 --- a/server/other/openssh/openssh-intro.xml +++ b/server/other/openssh/openssh-intro.xml @@ -11,7 +11,7 @@ Estimated Disk space required: &openssh-buildsize; useful for encrypting all traffic over a network. OpenSSH depends on: - and + OpenSSH will utilize: X11-ssh-askpass and