mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-22 21:29:23 +01:00
Fixing two typos, moving revisedchroot one notch up.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3102 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
6eb73f0a9c
commit
16cc39bc2f
@ -13,12 +13,12 @@ Estimated required disk space: &bison-compsize;</screen>
|
|||||||
<sect2>
|
<sect2>
|
||||||
<title>Installation of Bison</title>
|
<title>Installation of Bison</title>
|
||||||
|
|
||||||
<para>First we use a patch to bison, backported from CVS, which fixes a minor
|
<para>First fix a minor compilation problem that Bison has with some packages,
|
||||||
compilation problem with some packages:</para>
|
the patch is backported from CVS:</para>
|
||||||
|
|
||||||
<screen><userinput>patch -Np1 -i ../&bison-patch;</userinput></screen>
|
<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>
|
<screen><userinput>./configure --prefix=/usr</userinput></screen>
|
||||||
|
|
||||||
|
@ -424,7 +424,6 @@ different.</para>
|
|||||||
&c6-sysvinit;
|
&c6-sysvinit;
|
||||||
&c6-tar;
|
&c6-tar;
|
||||||
&c6-utillinux;
|
&c6-utillinux;
|
||||||
&c6-gcc-2953;
|
|
||||||
|
|
||||||
|
|
||||||
<sect1 id="ch06-revisedchroot">
|
<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>
|
</sect1>
|
||||||
|
|
||||||
|
|
||||||
|
&c6-gcc-2953;
|
||||||
&c6-bootscripts;
|
&c6-bootscripts;
|
||||||
&c6-aboutdebug;
|
&c6-aboutdebug;
|
||||||
|
|
||||||
|
@ -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>
|
|
||||||
|
|
@ -31,7 +31,7 @@ live elsewhere, you may want to change <emphasis>PAGE=letter</emphasis> to
|
|||||||
<screen><userinput>make install</userinput></screen>
|
<screen><userinput>make install</userinput></screen>
|
||||||
|
|
||||||
<para>Some documentation programs, such as <userinput>xman</userinput>,
|
<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
|
<screen><userinput>ln -s soelim /usr/bin/zsoelim
|
||||||
ln -s eqn /usr/bin/geqn
|
ln -s eqn /usr/bin/geqn
|
||||||
|
Loading…
Reference in New Issue
Block a user