Changeset 1238cc49 for chapter06


Ignore:
Timestamp:
07/30/2005 08:35:00 PM (19 years ago)
Author:
Matthew Burgess <matthew@…>
Children:
c9858bb
Parents:
a1a6093
Message:

Merge of trunk changes

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/gcc4/BOOK@6606 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
chapter06
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • chapter06/bash.xml

    ra1a6093 r1238cc49  
    1818<segtitle>&buildtime;</segtitle>
    1919<segtitle>&diskspace;</segtitle>
    20 <seglistitem><seg>1.2 SBU</seg><seg>20.6 MB</seg></seglistitem>
     20<seglistitem><seg>1.2 SBU</seg><seg>24.6 MB</seg></seglistitem>
    2121</segmentedlist>
    2222
     
    3131<title>Installation of Bash</title>
    3232
    33 <!-- Edit Me -->
     33<para>If you downloaded the Bash documentation tarball and wish to install HTML
     34documentation, issue the following commands:</para>
     35
     36<screen><userinput>tar -zxf ../bash-doc-&bash-doc-version;.tar.gz &amp;&amp;
     37sed -i "s|htmldir = @htmldir@|htmldir = /usr/share/doc/bash-&bash-version;|" \
     38    Makefile.in</userinput></screen>
     39
    3440<para>The following patch fixes various issues, including a problem where Bash
    3541will sometimes only show 33 characters on a line, then wrap to the next:</para>
  • chapter06/flex.xml

    ra1a6093 r1238cc49  
    8888<segtitle>Installed programs</segtitle>
    8989<segtitle>Installed library</segtitle>
    90 <seglistitem><seg>flex, flex++ (link to flex), and lex</seg>
     90<seglistitem><seg>flex and lex</seg>
    9191<seg>libfl.a</seg></seglistitem>
    9292</segmentedlist>
     
    104104program</para>
    105105<indexterm zone="ch-system-flex flex"><primary sortas="b-flex">flex</primary></indexterm>
    106 </listitem>
    107 </varlistentry>
    108 
    109 <varlistentry id="flex-">
    110 <term><command>flex++</command></term>
    111 <listitem>
    112 <para>Invokes a version of <command>flex</command> that is used exclusively for C++ scanners</para>
    113 <indexterm zone="ch-system-flex flex-"><primary sortas="b-flex++">flex++</primary></indexterm>
    114106</listitem>
    115107</varlistentry>
  • chapter06/linux-libc-headers.xml

    ra1a6093 r1238cc49  
    7373<term><filename class="headerfile">/usr/include/{asm,linux}/*.h</filename></term>
    7474<listitem>
    75 <para>The Linux headers API</para>
     75<para>The Linux API headers</para>
    7676<indexterm zone="ch-system-linux-libc-headers linux-libc-headers"><primary sortas="e-/usr/include/{asm,linux}/*.h">/usr/include/{asm,linux}/*.h</primary></indexterm>
    7777</listitem>
  • chapter06/shadow.xml

    ra1a6093 r1238cc49  
    143143<segtitle>Installed libraries</segtitle>
    144144<seglistitem><seg>chage, chfn, chpasswd, chsh, expiry, faillog, gpasswd,
    145 groupadd, groupdel, groupmod, groups, grpck, grpconv, grpunconv, lastlog, login,
     145groupadd, groupdel, groupmod, grpck, grpconv, grpunconv, lastlog, login,
    146146logoutd, mkpasswd, newgrp, newusers, passwd, pwck, pwconv, pwunconv, sg
    147147(link to newgrp), useradd, userdel, usermod, vigr (link to vipw), and vipw</seg>
     
    237237</varlistentry>
    238238
    239 <varlistentry id="groups">
    240 <term><command>groups</command></term>
    241 <listitem>
    242 <para>Reports the groups of which the given users are members</para>
    243 <indexterm zone="ch-system-shadow groups"><primary sortas="b-groups">groups</primary></indexterm>
    244 </listitem>
    245 </varlistentry>
    246 
    247239<varlistentry id="grpck">
    248240<term><command>grpck</command></term>
  • chapter06/vim.xml

    ra1a6093 r1238cc49  
    4242<filename>vim-&vim-version;-lang.tar.gz</filename> archives into the
    4343same directory. Then, change the default locations of the
    44 <filename>vimrc</filename> and <filename>gvimrc</filename>
    45 configuration files to <filename
     44<filename>vimrc</filename> configuration file to <filename
    4645class="directory">/etc</filename>:</para>
    4746
    48 <screen><userinput>echo '#define SYS_VIMRC_FILE "/etc/vimrc"' &gt;&gt; src/feature.h
    49 echo '#define SYS_GVIMRC_FILE "/etc/gvimrc"' &gt;&gt; src/feature.h</userinput></screen>
     47<screen><userinput>echo '#define SYS_VIMRC_FILE "/etc/vimrc"' &gt;&gt; src/feature.h</userinput></screen>
    5048
    5149<para>Vim has a security vulnerability already addressed upstream.  The
     
    123121<para>The <parameter>set nocompatible</parameter> makes
    124122<command>vim</command> behave in a more useful way (the default) than
    125 the vi-compatible manner. Remove the <quote>no</quote> to keep the 
     123the vi-compatible manner. Remove the <quote>no</quote> to keep the
    126124old <command>vi</command> behavior. The <parameter>set
    127125backspace=2</parameter> allows backspacing over line breaks,
     
    145143<segmentedlist>
    146144<segtitle>Installed programs</segtitle>
    147 <seglistitem><seg>efm_filter.pl, efm_perl.pl, ex (link to vim), less.sh, mve.awk, 
    148 pltags.pl, ref, rview (link to vim), rvim (link to vim), shtags.pl, tcltags, vi (link to vim), 
    149 view (link to vim), vim, vim132, vim2html.pl, vimdiff (link to vim), vimm, vimspell.sh, 
     145<seglistitem><seg>efm_filter.pl, efm_perl.pl, ex (link to vim), less.sh, mve.awk,
     146pltags.pl, ref, rview (link to vim), rvim (link to vim), shtags.pl, tcltags, vi (link to vim),
     147view (link to vim), vim, vim132, vim2html.pl, vimdiff (link to vim), vimm, vimspell.sh,
    150148vimtutor, and xxd</seg></seglistitem>
    151149</segmentedlist>
  • chapter06/zlib.xml

    ra1a6093 r1238cc49  
    3030<sect2 role="installation">
    3131<title>Installation of Zlib</title>
    32 
    33 <para>Zlib has a buffer overflow vulnerability that can lead to a Denial of
    34 Service attack. The following patch fixes the problem:</para>
    35 
    36 <screen><userinput>patch -Np1 -i ../&zlib-security_fix-patch;</userinput></screen>
    3732
    3833<note><para>Zlib is known to build its shared library incorrectly if
Note: See TracChangeset for help on using the changeset viewer.