From 16cc39bc2ff46ba3495ed92cc4609f3c2fea886e Mon Sep 17 00:00:00 2001 From: Alex Gronenwoud Date: Sat, 15 Nov 2003 11:47:13 +0000 Subject: Fixing two typos, moving revisedchroot one notch up. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3102 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/bison.xml | 6 +++--- chapter06/chapter06.xml | 2 +- chapter06/create-utmp.xml | 17 ----------------- chapter06/groff.xml | 2 +- 4 files changed, 5 insertions(+), 22 deletions(-) delete mode 100644 chapter06/create-utmp.xml (limited to 'chapter06') diff --git a/chapter06/bison.xml b/chapter06/bison.xml index e8c2fbf9d..5d525b96f 100644 --- a/chapter06/bison.xml +++ b/chapter06/bison.xml @@ -13,12 +13,12 @@ Estimated required disk space: &bison-compsize; Installation of Bison -First we use a patch to bison, backported from CVS, which fixes a minor -compilation problem with some packages: +First fix a minor compilation problem that Bison has with some packages, +the patch is backported from CVS: patch -Np1 -i ../&bison-patch; -Prepare Bison for compilation: +Now prepare Bison for compilation: ./configure --prefix=/usr diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml index 93f799423..996a17b5e 100644 --- a/chapter06/chapter06.xml +++ b/chapter06/chapter06.xml @@ -424,7 +424,6 @@ different. &c6-sysvinit; &c6-tar; &c6-utillinux; -&c6-gcc-2953; @@ -447,6 +446,7 @@ just yet. There is still some use for it towards the end of the book. +&c6-gcc-2953; &c6-bootscripts; &c6-aboutdebug; diff --git a/chapter06/create-utmp.xml b/chapter06/create-utmp.xml deleted file mode 100644 index c250db5e7..000000000 --- a/chapter06/create-utmp.xml +++ /dev/null @@ -1,17 +0,0 @@ - -Creating the /var/run/utmp, /var/log/wtmp and /var/log/btmp files - -Programs like login, shutdown, uptime and others want to read from and -write to the /var/run/utmp, /var/log/btmp and /var/log/wtmp. These files contain -information about who is currently logged in. They also contain information -on when the computer was last booted and shutdown and a record of the -bad login attempts. - -Create these files with their proper permissions by running the -following commands: - -touch /var/run/utmp /var/log/{btmp,lastlog,wtmp} && -chmod 644 /var/run/utmp /var/log/{btmp,lastlog,wtmp} - - - diff --git a/chapter06/groff.xml b/chapter06/groff.xml index 4c3531fd9..de9cc25d3 100644 --- a/chapter06/groff.xml +++ b/chapter06/groff.xml @@ -31,7 +31,7 @@ live elsewhere, you may want to change PAGE=letter to make install Some documentation programs, such as xman, -will not work work properly without the following symlinks: +will not work properly without the following symlinks: ln -s soelim /usr/bin/zsoelim ln -s eqn /usr/bin/geqn -- cgit v1.2.3-54-g00ecf