From 2b114b251e50a4b3c6634e327c687617c8bb6030 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Thu, 30 Jan 2003 05:06:58 +0000 Subject: textual changes git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2411 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/binutils-inst.xml | 8 ++++---- chapter06/config-shadowpwd.xml | 12 ++++++------ chapter06/gcc-inst.xml | 8 ++++---- chapter06/glibc-inst.xml | 8 ++++---- chapter06/glibc-pass2-inst.xml | 16 +++++++--------- chapter06/psmisc-inst.xml | 2 +- chapter06/pwdgroup.xml | 10 +++++----- chapter06/utillinux-inst.xml | 4 ++-- 8 files changed, 33 insertions(+), 35 deletions(-) (limited to 'chapter06') diff --git a/chapter06/binutils-inst.xml b/chapter06/binutils-inst.xml index 79e38c178..8adbe9dbd 100644 --- a/chapter06/binutils-inst.xml +++ b/chapter06/binutils-inst.xml @@ -3,10 +3,10 @@ Installation of Binutils This package is known to behave badly when you have changed its -default optimization flags (including the -march and -mcpu options). Binutils -is best left alone. Therefore, if you have defined any environment variables -that override default optimizations, such as CFLAGS and CXXFLAGS, we -recommend unsetting or modifying them when building binutils. +default optimization flags (including the -march and -mcpu options). +Therefore, if you have defined any environment variables that override +default optimizations, such as CFLAGS and CXXFLAGS, we recommend unsetting +or modifying them when building binutils. It is recommended by the Binutils installation documentation to build Binutils outside of the source directory: diff --git a/chapter06/config-shadowpwd.xml b/chapter06/config-shadowpwd.xml index bb10363b5..2ef48e9e5 100644 --- a/chapter06/config-shadowpwd.xml +++ b/chapter06/config-shadowpwd.xml @@ -3,13 +3,13 @@ Configuring Shadow Password Suite This package contains utilities to modify users' passwords, add -or delete users and groups, and the like. We're not going to explain -what 'password shadowing' means. A full explanation can be found in the doc/HOWTO +or delete users and groups, and the like. We're not going to explain what +'password shadowing' means. A full explanation can be found in the doc/HOWTO file within the unpacked shadow password suite's source tree. There's one -thing to keep in mind if you decide to use shadow support: that -programs that need to verify passwords (for example xdm, ftp daemons, -pop3 daemons) need to be 'shadow-compliant', that is they need to -be able to work with shadowed passwords. +thing to keep in mind if you decide to use shadow support: programs that +need to verify passwords (for example xdm, ftp daemons, pop3 daemons) need +to be 'shadow-compliant', that is they need to be able to work with +hadowed passwords. To enable shadowed passwords, run the following command: diff --git a/chapter06/gcc-inst.xml b/chapter06/gcc-inst.xml index eed1380c3..e939e3ff5 100644 --- a/chapter06/gcc-inst.xml +++ b/chapter06/gcc-inst.xml @@ -4,10 +4,10 @@ Installation of GCC This package is known to behave badly when you have changed its -default optimization flags (including the -march and -mcpu options). GCC is -best left alone. Therefore, if you have defined any environment variables -that override default optimizations, such as CFLAGS and CXXFLAGS, we -recommend unsetting or modifying them when building GCC. +default optimization flags (including the -march and -mcpu options). +Therefore, if you have defined any environment variables that override +default optimizations, such as CFLAGS and CXXFLAGS, we recommend unsetting +or modifying them when building GCC. We will be building the C and C++ compilers at this time, so you'll need to unpack both the gcc-core and gcc-g++ tarballs. Other compilers are diff --git a/chapter06/glibc-inst.xml b/chapter06/glibc-inst.xml index 147f171cb..e5af3774c 100644 --- a/chapter06/glibc-inst.xml +++ b/chapter06/glibc-inst.xml @@ -9,10 +9,10 @@ the glibc-&glibc-version; directory, not in /usr/src as you normally would do. This package is known to behave badly when you have changed its -default optimization flags (including the -march and -mcpu options). Glibc -is best left alone. Therefore, if you have defined any environment variables -that override default optimizations, such as CFLAGS and CXXFLAGS, we -recommend unsetting or modifying them when building Glibc. +default optimization flags (including the -march and -mcpu options). +Therefore, if you have defined any environment variables that override +default optimizations, such as CFLAGS and CXXFLAGS, we recommend unsetting +or modifying them when building Glibc. Basically, compiling Glibc in any other way than the book suggests is putting your system at a very high risk. diff --git a/chapter06/glibc-pass2-inst.xml b/chapter06/glibc-pass2-inst.xml index 92e9a282f..5fde85f3b 100644 --- a/chapter06/glibc-pass2-inst.xml +++ b/chapter06/glibc-pass2-inst.xml @@ -19,21 +19,19 @@ LFS. Much like GCC's bootstrap installation method). We'll also install the linuxthreads man pages here. As you may recall, during the first installation of Glibc this wasn't possible because -Perl wasn't installed yet. Everything we need to install the Glibc -linuxthread man pages is present now, so we'll take care of this too -now. +Perl wasn't installed yet. Now that everything needed to install the Glibc +linuxthreads man pages is present as well, we will install those too. -Before starting to install glibc, you must cd into the +Before starting to install Glibc, you must cd into the glibc-&glibc-version; directory and unpack glibc-linuxthreads inside the glibc-&glibc-version; directory, not in /usr/src as you normally would do. This package is known to behave badly when you have changed its -default optimization flags (including the -march and -mcpu options). Glibc -is best left alone. Therefore, if you have defined any environment variables -that override default optimizations, such as CFLAGS and CXXFLAGS, we -recommend unsetting or modifying them when building Glibc. You have -been warned. +default optimization flags (including the -march and -mcpu options). +Therefore, if you have defined any environment variables that override +default optimizations, such as CFLAGS and CXXFLAGS, we recommend unsetting +or modifying them when building Glibc. You have been warned. Basically, compiling Glibc in any other way than the book suggests is putting your system at very high risk. diff --git a/chapter06/psmisc-inst.xml b/chapter06/psmisc-inst.xml index eabaa85ab..682f64602 100644 --- a/chapter06/psmisc-inst.xml +++ b/chapter06/psmisc-inst.xml @@ -3,7 +3,7 @@ Installation of Psmisc -Prepare Psmic to be compiled: +Prepare Psmisc to be compiled: ./configure --prefix=/usr --exec-prefix=/ diff --git a/chapter06/pwdgroup.xml b/chapter06/pwdgroup.xml index 0568c1e7b..87dabb10c 100644 --- a/chapter06/pwdgroup.xml +++ b/chapter06/pwdgroup.xml @@ -34,11 +34,11 @@ audio:x:11: EOF The created groups aren't part of any standard -- they are the groups -that the MAKEDEV script in the next section uses. -Besides the group "root", the LSB recommends only a group "bin", with a GID -of 1, be present. All other group names and GIDs can be chosen freely by -the user, as well-written packages don't depend on GID numbers but use the -group's name. +that the MAKEDEV script in the next section uses. Besides the group "root", +the LSB () (recommends only a group +"bin", with a GID of 1, be present. All other group names and GIDs can be +chosen freely by the user, as well-written packages don't depend on GID +numbers but use the group's name. diff --git a/chapter06/utillinux-inst.xml b/chapter06/utillinux-inst.xml index 6d0232cf1..d3bb7afa5 100644 --- a/chapter06/utillinux-inst.xml +++ b/chapter06/utillinux-inst.xml @@ -4,8 +4,8 @@ FHS compliance notes The FHS recommends that we use /var/lib/hwclock, instead of the -usual /etc, as the location of the adjtime file. To make hwclock, which -is part of the util-linux package, FHS-compliant, run the following: +usual /etc, as the location of the adjtime file. To make hwclock +FHS-compliant, run the following: cp hwclock/hwclock.c{,.backup} && sed 's%etc/adjtime%var/lib/hwclock/adjtime%' \ -- cgit v1.2.3-54-g00ecf