From f4993cfc75b05e310e5c9f4821fec8526ab4701d Mon Sep 17 00:00:00 2001 From: Alex Gronenwoud Date: Mon, 12 Jan 2004 23:24:06 +0000 Subject: Small textual adjustments. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3162 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/bash.xml | 2 +- chapter06/findutils.xml | 11 +++++------ chapter06/inetutils.xml | 16 ++++++++-------- 3 files changed, 14 insertions(+), 15 deletions(-) (limited to 'chapter06') diff --git a/chapter06/bash.xml b/chapter06/bash.xml index b0c6611eb..52e95dace 100644 --- a/chapter06/bash.xml +++ b/chapter06/bash.xml @@ -21,7 +21,7 @@ patch: patch -Np1 -i ../&bash-patch; -Prepare Bash for compilation: +Now prepare Bash for compilation: ./configure --prefix=/usr --bindir=/bin diff --git a/chapter06/findutils.xml b/chapter06/findutils.xml index 4b3ec4d22..1041a20ab 100644 --- a/chapter06/findutils.xml +++ b/chapter06/findutils.xml @@ -15,17 +15,16 @@ Estimated required disk space: &findutils-compsize;    -Installing Findutils +Installation of Findutils Prepare Findutils for compilation: ./configure --prefix=/usr --libexecdir=/usr/lib/locate -By default, the location of the updatedb database is in -/usr/var. To make the location of -/var/lib/misc/locatedb file FHS compliant, pass the ---localstatedir=/var/lib/misc option to -configure. +The default location for the locate database is +/usr/var. To make the location of this database +FHS-compliant, add --localstatedir=/var/lib/misc +to the above configure options. Compile the package: diff --git a/chapter06/inetutils.xml b/chapter06/inetutils.xml index c15d82aab..d78416bcd 100644 --- a/chapter06/inetutils.xml +++ b/chapter06/inetutils.xml @@ -23,25 +23,25 @@ pages anyway. The following patch will correct this situation: Now prepare Inetutils for compilation: -./configure --prefix=/usr --disable-syslogd \ -    --libexecdir=/usr/sbin --disable-logger \ +./configure --prefix=/usr --libexecdir=/usr/sbin \     --sysconfdir=/etc --localstatedir=/var \ +    --disable-logger --disable-syslogd \     --disable-whois --disable-servers The meaning of the configure options: ---disable-syslogd: This option -prevents inetutils from installing the System Log Daemon, which is -installed with the Sysklogd package. - --disable-logger: This option -prevents inetutils from installing the logger program, which is used by +prevents Inetutils from installing the logger program, which is used by scripts to pass messages to the System Log Daemon. We do not install it because Util-linux installs a better version later. +--disable-syslogd: This option +prevents Inetutils from installing the System Log Daemon, which is +installed with the Sysklogd package. + --disable-whois: This option disables -the building of the inetutils whois client, which is woefully out of date. +the building of the Inetutils whois client, which is woefully out of date. Instructions for a better whois client are in the BLFS book. --disable-servers: This disables the -- cgit v1.2.3-54-g00ecf