diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-11-15 11:47:13 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-11-15 11:47:13 +0000 |
commit | 16cc39bc2ff46ba3495ed92cc4609f3c2fea886e (patch) | |
tree | d91a73d77381a498ded2627c5f66ea44155beb14 /chapter06 | |
parent | 6eb73f0a9c74b4ac8d25b625cf6792766c77b916 (diff) |
Fixing two typos, moving revisedchroot one notch up.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3102 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/bison.xml | 6 | ||||
-rw-r--r-- | chapter06/chapter06.xml | 2 | ||||
-rw-r--r-- | chapter06/create-utmp.xml | 17 | ||||
-rw-r--r-- | chapter06/groff.xml | 2 |
4 files changed, 5 insertions, 22 deletions
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;</screen> <sect2> <title>Installation of Bison</title> -<para>First we use a patch to bison, backported from CVS, which fixes a minor -compilation problem with some packages:</para> +<para>First fix a minor compilation problem that Bison has with some packages, +the patch is backported from CVS:</para> <screen><userinput>patch -Np1 -i ../&bison-patch;</userinput></screen> -<para>Prepare Bison for compilation:</para> +<para>Now prepare Bison for compilation:</para> <screen><userinput>./configure --prefix=/usr</userinput></screen> 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.</para> &c6-sysvinit; &c6-tar; &c6-utillinux; -&c6-gcc-2953; <sect1 id="ch06-revisedchroot"> @@ -447,6 +446,7 @@ just yet. There is still some use for it towards the end of the book.</para> </sect1> +&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 @@ -<sect2> -<title>Creating the /var/run/utmp, /var/log/wtmp and /var/log/btmp files</title> - -<para>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.</para> - -<para>Create these files with their proper permissions by running the -following commands:</para> - -<screen><userinput>touch /var/run/utmp /var/log/{btmp,lastlog,wtmp} && -chmod 644 /var/run/utmp /var/log/{btmp,lastlog,wtmp}</userinput></screen> - -</sect2> - 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 <emphasis>PAGE=letter</emphasis> to <screen><userinput>make install</userinput></screen> <para>Some documentation programs, such as <userinput>xman</userinput>, -will not work work properly without the following symlinks:</para> +will not work properly without the following symlinks:</para> <screen><userinput>ln -s soelim /usr/bin/zsoelim ln -s eqn /usr/bin/geqn |