Changeset e4f6ff4 in clfs-sysroot for BOOK/final-system/common


Ignore:
Timestamp:
Nov 25, 2006, 10:14:53 AM (18 years ago)
Author:
Chris Staub <chris@…>
Branches:
master
Children:
d11b860
Parents:
1d53724
Message:

Text updates

Location:
BOOK/final-system/common
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/bzip2.xml

    r1d53724 re4f6ff4  
    8787rm -v ${CLFS}/usr/bin/{bunzip2,bzcat,bzip2}
    8888ln -sv bzip2 ${CLFS}/bin/bunzip2
    89 ln -sv bzip2 ${CLFS}/bin/bzcatt</userinput></screen>
     89ln -sv bzip2 ${CLFS}/bin/bzcat</userinput></screen>
    9090
    9191  </sect2>
  • BOOK/final-system/common/coreutils.xml

    r1d53724 re4f6ff4  
    7474
    7575    <para os="k">Other Coreutils programs are used by some of the scripts
    76     in the CLFS-Bootscripts pacakge. As <filename
     76    in the CLFS-Bootscripts package. As <filename
    7777    class="directory">/usr</filename> may not be available during the early
    7878    stages of booting, those binaries need to be on the root partition:</para>
  • BOOK/final-system/common/inetutils.xml

    r1d53724 re4f6ff4  
    3232<screen os="p2"><userinput>patch -Np1 -i ../&inetutils-man_pages-patch;</userinput></screen>
    3333
    34     <para os="s1">The following set of seds prevent binaries from being installed as root</para>
     34    <para os="s1">The following set of seds prevent binaries from being
     35    installed as setuid <systemitem class="username">root</systemitem>:</para>
    3536
    3637<screen os="s2"><userinput>for dir in ping rcp rlogin rsh; do
     
    101102
    102103    <para os="h">Move the <command>ping</command> and <command>ping6</command>
    103     program to its FHS-compliant place:</para>
     104    programs to their FHS-compliant place:</para>
    104105
    105106<screen os="i"><userinput>mv -v ${CLFS}/usr/bin/ping{,6} ${CLFS}/bin</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.