From 087e584f625ded123c5e6bc17d5c2ff1f5a8009c Mon Sep 17 00:00:00 2001 From: Alex Gronenwoud Date: Sun, 31 Aug 2003 10:50:05 +0000 Subject: Small retouches of the text. Wrapping 'last checked' in parentheses. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2706 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/e2fsprogs-inst.xml | 4 +--- chapter06/inetutils-inst.xml | 3 +-- chapter06/utillinux-inst.xml | 1 + 3 files changed, 3 insertions(+), 5 deletions(-) (limited to 'chapter06') diff --git a/chapter06/e2fsprogs-inst.xml b/chapter06/e2fsprogs-inst.xml index 557af685e..bf5e3a154 100644 --- a/chapter06/e2fsprogs-inst.xml +++ b/chapter06/e2fsprogs-inst.xml @@ -14,10 +14,9 @@ cd ../e2fsprogs-build ../e2fsprogs-&e2fsprogs-version;/configure --prefix=/usr --with-root-prefix="" \     --enable-elf-shlibs -The meaning of the configure options are: +The meaning of the configure options: - --with-root-prefix="": Certain programs (such as the e2fsck program) are considered essential programs. When, for example, /usr isn't @@ -31,7 +30,6 @@ want. --enable-elf-shlibs: This creates the shared libraries which some programs in this package make use of. - Compile the package: diff --git a/chapter06/inetutils-inst.xml b/chapter06/inetutils-inst.xml index 371c76066..75196e76a 100644 --- a/chapter06/inetutils-inst.xml +++ b/chapter06/inetutils-inst.xml @@ -10,7 +10,7 @@     --sysconfdir=/etc --localstatedir=/var -The meanings of the configure options are: +The meaning of the configure options: --disable-syslogd: This option @@ -25,7 +25,6 @@ because Util-linux installs a better version later. --sysconfdir=/etc: This option tells the binaries created by the package to look in /etc for their configuration files - Compile the package: diff --git a/chapter06/utillinux-inst.xml b/chapter06/utillinux-inst.xml index 2d801ad59..ee928f5a8 100644 --- a/chapter06/utillinux-inst.xml +++ b/chapter06/utillinux-inst.xml @@ -27,6 +27,7 @@ mkdir -p /var/lib/hwclock make HAVE_SLN=yes The meaning of the make parameter: + HAVE_SLN=yes: This prevents the sln program (a statically linked -- cgit v1.2.3-54-g00ecf