Changeset b5b97081


Ignore:
Timestamp:
08/19/2013 09:35:01 PM (11 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.4, 7.5, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
de0e7714
Parents:
1b40540
Message:

Updates to file and library contenets.

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • chapter06/automake.xml

    r1b40540 rb5b97081  
    7575        <seg>acinstall, aclocal, aclocal-&am-minor-version;, automake,
    7676        automake-&am-minor-version;, compile, config.guess, config.sub,
    77         depcomp, elisp-comp, install-sh, mdate-sh, missing, mkinstalldirs,
    78         py-compile, symlink-tree, and ylwrap</seg>
     77        depcomp, install-sh, mdate-sh, missing, mkinstalldirs,
     78        py-compile, and ylwrap</seg>
    7979        <seg>/usr/share/aclocal-&am-minor-version;, /usr/share/automake-&am-minor-version;,
    8080        /usr/share/doc/automake-&automake-version;</seg>
     
    187187      </varlistentry>
    188188
    189       <varlistentry id="elisp-comp">
    190         <term><command>elisp-comp</command></term>
    191         <listitem>
    192           <para>Byte-compiles Emacs Lisp code</para>
    193           <indexterm zone="ch-system-automake elisp-comp">
    194             <primary sortas="b-elisp-comp">elisp-comp</primary>
    195           </indexterm>
    196         </listitem>
    197       </varlistentry>
    198 
    199189      <varlistentry id="install-sh">
    200190        <term><command>install-sh</command></term>
     
    249239      </varlistentry>
    250240
    251       <varlistentry id="symlink-tree">
    252         <term><command>symlink-tree</command></term>
    253         <listitem>
    254           <para>A script to create a symlink tree of a directory tree</para>
    255           <indexterm zone="ch-system-automake symlink-tree">
    256             <primary sortas="b-symlink-tree">symlink-tree</primary>
    257           </indexterm>
    258         </listitem>
    259       </varlistentry>
    260 
    261241      <varlistentry id="ylwrap">
    262242        <term><command>ylwrap</command></term>
  • chapter06/gcc.xml

    r1b40540 rb5b97081  
    313313      <seglistitem>
    314314        <seg>c++, cc (link to gcc), cpp, g++, gcc,
    315         gcc-ar, gcc-nm, gcc-ranlib, gccbug, and gcov</seg>
    316 
    317         <seg>libgcc.a, libgcc_eh.a, libgcc_s.so, libgcov.a, libgomp.{a,so},
     315        gcc-ar, gcc-nm, gcc-ranlib, and gcov</seg>
     316
     317        <seg>libasan.{a,so}, libatomic.{a,so}, libgcc.a, libgcc_eh.a,
     318        libgcc_s.so, libgcov.a, libgomp.{a,so}, libitm.{a,so},
    318319        liblto_plugin.so, libmudflap.{a,so}, libmudflapth.{a,so},
    319320        libquadmath.{a,so}, libssp.{a,so},
     
    419420      </varlistentry>
    420421
    421       <varlistentry id="gccbug">
    422         <term><command>gccbug</command></term>
    423         <listitem>
    424           <para>A shell script used to help create useful bug reports</para>
    425           <indexterm zone="ch-system-gcc gccbug">
    426             <primary sortas="b-gccbug">gccbug</primary>
    427           </indexterm>
    428         </listitem>
    429       </varlistentry>
    430 
    431422      <varlistentry id="gcov">
    432423        <term><command>gcov</command></term>
  • chapter06/glibc.xml

    r1b40540 rb5b97081  
    8282        <term><parameter>--libexecdir=/usr/lib/glibc</parameter></term>
    8383        <listitem>
    84           <para>This changes the location of the <command>pt_chown</command>
    85           program from its default of <filename
    86           class="directory">/usr/libexec</filename> to <filename
    87           class="directory">/usr/lib/glibc</filename>.</para>
     84          <para>This changes the location of some auxillary files from the
     85          default of <filename class="directory">/usr/libexec</filename> to
     86          <filename class="directory">/usr/lib/glibc</filename>.</para>
    8887        </listitem>
    8988      </varlistentry>
     
    415414        <seg>catchsegv, gencat, getconf, getent, iconv, iconvconfig, ldconfig,
    416415        ldd, lddlibc4, locale, localedef, makedb, mtrace, nscd, pcprofiledump,
    417         pldd, pt_chown, rpcgen, sln, sotruss, sprof, tzselect, xtrace,
     416        pldd, rpcgen, sln, sotruss, sprof, tzselect, xtrace,
    418417        zdump, and zic</seg>
    419418        <seg>ld.so, libBrokenLocale.{a,so}, libSegFault.so, libanl.{a,so},
     
    606605        </listitem>
    607606      </varlistentry>
    608 
     607<!--
    609608      <varlistentry id="pt_chown">
    610609        <term><command>pt_chown</command></term>
     
    617616        </listitem>
    618617      </varlistentry>
    619 
     618-->
    620619      <varlistentry id="rpcgen">
    621620        <term><command>rpcgen</command></term>
  • chapter06/kmod.xml

    r1b40540 rb5b97081  
    103103
    104104      <seglistitem>
    105         <seg>depmod (link to kmod), insmod (link to kmod), kmod, kmod-nolib,
     105        <seg>depmod (link to kmod), insmod (link to kmod), kmod,
    106106        lsmod (link to kmod), modinfo (link to kmod), modprobe (link to kmod),
    107107        and rmmod (link to kmod)</seg>
  • chapter06/util-linux.xml

    r1b40540 rb5b97081  
    121121        rev, rtcwake, script, scriptreplay, setarch, setsid, setterm, sfdisk,
    122122        swaplabel, swapoff (link to swapon), swapon, switch_root, tailf,
    123         taskset, tunelp, ul, umount, unshare, utmpdump, uuidd, uuidgen, wall,
     123        taskset, ul, umount, unshare, utmpdump, uuidd, uuidgen, wall,
    124124        wdctl, whereis, wipefs, and x86_64</seg>
    125125
     
    964964      </varlistentry>
    965965
    966       <varlistentry id="tunelp">
    967         <term><command>tunelp</command></term>
    968         <listitem>
    969           <para>Tunes the parameters of the line printer</para>
    970           <indexterm zone="ch-system-util-linux tunelp">
    971             <primary sortas="b-tunelp">tunelp</primary>
    972           </indexterm>
    973         </listitem>
    974       </varlistentry>
    975 
    976966      <varlistentry id="ul">
    977967        <term><command>ul</command></term>
  • chapter07/bootscripts.xml

    r1b40540 rb5b97081  
    5656      <seglistitem>
    5757        <seg>checkfs, cleanfs, console, functions, halt, ifdown,
    58         ifup, localnet, modules, mountfs, mountkernfs, network, rc, reboot,
    59         sendsignals, setclock, static, swap, sysctl, sysklogd, template,
     58        ifup, localnet, modules, mountfs, mountvirtfs, network, rc, reboot,
     59        sendsignals, setclock, ipv4-static, swap, sysctl, sysklogd, template,
    6060        udev, and udev_retry</seg>
    6161        <seg>/etc/rc.d, /etc/init.d (symbolic link), /etc/sysconfig,
     
    180180      </varlistentry>
    181181
    182       <varlistentry id="mountkernfs-bootscripts">
    183         <term><command>mountkernfs</command></term>
     182      <varlistentry id="mountvirtfs-bootscripts">
     183        <term><command>mountvirtfs</command></term>
    184184        <listitem>
    185185          <para>Mounts virtual kernel file systems, such as <systemitem
    186186          class="filesystem">proc</systemitem></para>
    187           <indexterm zone="ch-scripts-bootscripts mountkernfs-bootscripts">
    188             <primary sortas="d-mountkernfs">mountkernfs</primary>
     187          <indexterm zone="ch-scripts-bootscripts mountvirtfs-bootscripts">
     188            <primary sortas="d-mountvirtfs">mountvirtfs</primary>
    189189          </indexterm>
    190190        </listitem>
     
    246246      </varlistentry>
    247247
    248       <varlistentry id="static-bootscripts">
    249         <term><command>static</command></term>
     248      <varlistentry id="ipv4-static-bootscripts">
     249        <term><command>ipv4-static</command></term>
    250250        <listitem>
    251251          <para>Provides the functionality needed to assign a static Internet
    252252          Protocol (IP) address to a network interface</para>
    253           <indexterm zone="ch-scripts-bootscripts static-bootscripts">
    254             <primary sortas="d-static">static</primary>
     253          <indexterm zone="ch-scripts-bootscripts ipv4-static-bootscripts">
     254            <primary sortas="d-ipv4-static">ipv4-static</primary>
    255255          </indexterm>
    256256        </listitem>
Note: See TracChangeset for help on using the changeset viewer.