Changeset 9d42ad9


Ignore:
Timestamp:
06/27/2010 03:23:30 AM (14 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, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 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:
1d20dae
Parents:
935435b
Message:

Update installed programs lists

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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r935435b r9d42ad9  
    3838-->
    3939    <listitem>
     40      <para>2010-06-27</para>
     41      <itemizedlist>
     42         <listitem>
     43           <para>[bdubbs] - Update installed programs lists.
     44           Thanks to Chris Staub for the patch.  Fixes
     45           <ulink url="&lfs-ticket-root;2678">#2678</ulink>.</para>
     46         </listitem>
     47      </itemizedlist>
     48    </listitem>
     49
     50    <listitem>
    4051      <para>2010-06-22</para>
    4152      <itemizedlist>
  • chapter06/coreutils.xml

    r935435b r9d42ad9  
    141141    <segmentedlist>
    142142      <segtitle>Installed programs</segtitle>
     143      <segtitle>Installed library</segtitle>
    143144      <segtitle>Installed directory</segtitle>
    144145
     
    154155        touch, tr, true, truncate, tsort, tty, uname, unexpand, uniq, unlink,
    155156        users, vdir, wc, who, whoami, and yes</seg>
     157        <seg>libstdbuf.so</seg>
    156158        <seg>/usr/lib/coreutils</seg>
    157159      </seglistitem>
     
    11921194      </varlistentry>
    11931195
     1196      <varlistentry id="libstdbuf">
     1197        <term><filename class="libraryfile">libstdbuf</filename></term>
     1198        <listitem>
     1199          <para>Library used by <command>stdbuf</command></para>
     1200          <indexterm zone="ch-system-coreutils libstdbuf">
     1201            <primary sortas="c-libstdbuf">libstdbuf</primary>
     1202          </indexterm>
     1203        </listitem>
     1204      </varlistentry>
     1205
    11941206    </variablelist>
    11951207
  • chapter06/grub.xml

    r935435b r9d42ad9  
    7575
    7676      <seglistitem>
    77         <seg>grub-editenv, grub-mkelfimage, grub-mkfont, grub-mkimage,
    78         grub-mkrescue, grub-dumpbios, grub-install, grub-mkconfig,
    79         grub-mkdevicemap,  grub-probe, grub-setup</seg>
    80 
     77        <seg>grub-bin2h, grub-editenv, grub-install, grub-mkconfig,
     78        grub-mkdevicemap, grub-mkelfimage, grub-mkimage, grub-mkisofs,
     79        grub-mkpasswd-pbkdf2, grub-mkrelpath, grub-mkrescue, grub-probe,
     80        grub-reboot, grub-script-check, grub-set-default, grub-setup</seg>
    8181        <seg>/usr/lib/grub, /etc/grub.d, /usr/share/grub</seg>
    8282      </seglistitem>
     
    8888      <?dbhtml list-presentation="table"?>
    8989
     90      <varlistentry id="grub-bin2h">
     91        <term><command>grub-bin2h</command></term>
     92        <listitem>
     93          <para>Converts a binary file to a C header</para>
     94          <indexterm zone="ch-system-grub grub-bin2h">
     95            <primary sortas="b-grub-bin2h">grub-bin2h</primary>
     96          </indexterm>
     97        </listitem>
     98      </varlistentry>
     99
    90100      <varlistentry id="grub-editenv">
    91101        <term><command>grub-editenv</command></term>
     
    98108      </varlistentry>
    99109
     110      <varlistentry id="grub-install">
     111        <term><command>grub-install</command></term>
     112        <listitem>
     113          <para>Install GRUB on your drive</para>
     114          <indexterm zone="ch-system-grub grub-install">
     115            <primary sortas="b-grub-install">grub-install</primary>
     116          </indexterm>
     117        </listitem>
     118      </varlistentry>
     119
     120      <varlistentry id="grub-mkconfig">
     121        <term><command>grub-mkconfig</command></term>
     122        <listitem>
     123          <para>Generate a grub config file</para>
     124          <indexterm zone="ch-system-grub grub-mkconfig">
     125            <primary sortas="b-grub-mkconfig">grub-mkconfig</primary>
     126          </indexterm>
     127        </listitem>
     128      </varlistentry>
     129
     130      <varlistentry id="grub-mkdevicemap">
     131        <term><command>grub-mkdevicemap</command></term>
     132        <listitem>
     133          <para>Generate a device map file automatically</para>
     134          <indexterm zone="ch-system-grub grub-mkdevicemap">
     135            <primary sortas="b-grub-mkdevicemap">grub-mkdevicemap</primary>
     136          </indexterm>
     137        </listitem>
     138      </varlistentry>
     139
    100140      <varlistentry id="grub-mkelfimage">
    101141        <term><command>grub-mkelfimage</command></term>
     
    108148      </varlistentry>
    109149
    110       <varlistentry id="grub-mkfont">
    111         <term><command>grub-mkfont</command></term>
    112         <listitem>
    113           <para>Update fonts for GRUB use</para>
    114           <indexterm zone="ch-system-grub grub-mkfont">
    115             <primary sortas="b-grub-mkfont">grub-mkfont</primary>
    116           </indexterm>
    117         </listitem>
    118       </varlistentry>
    119 
    120150      <varlistentry id="grub-mkimage">
    121151        <term><command>grub-mkimage</command></term>
     
    128158      </varlistentry>
    129159
     160      <varlistentry id="grub-mkisofs">
     161        <term><command>grub-mkisofs</command></term>
     162        <listitem>
     163          <para>Creates a bootable ISO image</para>
     164          <indexterm zone="ch-system-grub grub-mkisofs">
     165            <primary sortas="b-grub-mkisofs">grub-mkisofs</primary>
     166          </indexterm>
     167        </listitem>
     168      </varlistentry>
     169
     170      <varlistentry id="grub-mkpasswd-pbkdf2">
     171        <term><command>grub-mkpasswd-pbkdf2</command></term>
     172        <listitem>
     173          <para>Generates an encrypted PBKDF2 password for use in the boot
     174          menu</para>
     175          <indexterm zone="ch-system-grub grub-mkpasswd-pbkdf2">
     176            <primary sortas="b-grub-mkpasswd-pbkdf2">grub-mkpasswd-pbkdf2</primary>
     177          </indexterm>
     178        </listitem>
     179      </varlistentry>
     180
     181      <varlistentry id="grub-mkrelpath">
     182        <term><command>grub-mkrelpath</command></term>
     183        <listitem>
     184          <para>Makes a system pathname relative to its root</para>
     185          <indexterm zone="ch-system-grub grub-mkrelpath">
     186            <primary sortas="b-grub-mkrelpath">grub-mkrelpath</primary>
     187          </indexterm>
     188        </listitem>
     189      </varlistentry>
     190
    130191      <varlistentry id="grub-mkrescue">
    131192        <term><command>grub-mkrescue</command></term>
     
    138199      </varlistentry>
    139200
    140       <varlistentry id="grub-dumpbios">
    141         <term><command>grub-dumpbios</command></term>
    142         <listitem>
    143           <para>Create vbios and int10 dump</para>
    144           <indexterm zone="ch-system-grub grub-dumpbios">
    145             <primary sortas="b-grub-dumpbios">grub-dumpbios</primary>
    146           </indexterm>
    147         </listitem>
    148       </varlistentry>
    149 
    150       <varlistentry id="grub-install">
    151         <term><command>grub-install</command></term>
    152         <listitem>
    153           <para>Install GRUB on your drive</para>
    154           <indexterm zone="ch-system-grub grub-install">
    155             <primary sortas="b-grub-install">grub-install</primary>
    156           </indexterm>
    157         </listitem>
    158       </varlistentry>
    159 
    160       <varlistentry id="grub-mkconfig">
    161         <term><command>grub-mkconfig</command></term>
    162         <listitem>
    163           <para>Generate a grub config file</para>
    164           <indexterm zone="ch-system-grub grub-mkconfig">
    165             <primary sortas="b-grub-mkconfig">grub-mkconfig</primary>
    166           </indexterm>
    167         </listitem>
    168       </varlistentry>
    169 
    170       <varlistentry id="grub-mkdevicemap">
    171         <term><command>grub-mkdevicemap</command></term>
    172         <listitem>
    173           <para>Generate a device map file automatically</para>
    174           <indexterm zone="ch-system-grub grub-mkdevicemap">
    175             <primary sortas="b-grub-mkdevicemap">grub-mkdevicemap</primary>
    176           </indexterm>
    177         </listitem>
    178       </varlistentry>
    179 
    180201      <varlistentry id="grub-probe">
    181202        <term><command>grub-probe</command></term>
     
    188209      </varlistentry>
    189210
     211      <varlistentry id="grub-reboot">
     212        <term><command>grub-reboot</command></term>
     213        <listitem>
     214          <para>Sets the default boot entry for GRUB for the next boot only</para>
     215          <indexterm zone="ch-system-grub grub-reboot">
     216            <primary sortas="b-grub-reboot">grub-reboot</primary>
     217          </indexterm>
     218        </listitem>
     219      </varlistentry>
     220
     221      <varlistentry id="grub-script-check">
     222        <term><command>grub-script-check</command></term>
     223        <listitem>
     224          <para>Checks GRUB configuration script for syntax errors</para>
     225          <indexterm zone="ch-system-grub grub-script-check">
     226            <primary sortas="b-grub-script-check">grub-script-check</primary>
     227          </indexterm>
     228        </listitem>
     229      </varlistentry>
     230
     231      <varlistentry id="grub-set-default">
     232        <term><command>grub-set-default</command></term>
     233        <listitem>
     234          <para>Sets the default boot entry for GRUB</para>
     235          <indexterm zone="ch-system-grub grub-set-default">
     236            <primary sortas="b-grub-set-default">grub-set-default</primary>
     237          </indexterm>
     238        </listitem>
     239      </varlistentry>
     240
    190241      <varlistentry id="grub-setup">
    191242        <term><command>grub-setup</command></term>
  • chapter06/perl.xml

    r935435b r9d42ad9  
    126126        cpanp-run-perl, dprofpp, enc2xs, find2perl, h2ph, h2xs,
    127127        instmodsh, libnetcfg, perl, perl&perl-version; (link to perl),
    128         perlbug, perldoc, perlivp, piconv, pl2pm, pod2html, pod2latex,
    129         pod2man, pod2text, pod2usage, podchecker, podselect, prove,
    130         psed (link to s2p), pstruct (link to c2ph), ptar, ptardiff, s2p,
    131         shasum, splain, and xsubpp</seg>
     128        perlbug, perldoc, perlivp, perlthanks (link to perlbug), piconv, pl2pm,
     129        pod2html, pod2latex, pod2man, pod2text, pod2usage, podchecker,
     130        podselect, prove, psed (link to s2p), pstruct (link to c2ph), ptar,
     131        ptardiff, s2p, shasum, splain, and xsubpp</seg>
    132132        <seg>Several hundred which cannot all be listed here</seg>
    133133        <seg>/usr/lib/perl5</seg>
     
    355355      </varlistentry>
    356356
     357      <varlistentry id="perlthanks">
     358        <term><command>perlthanks</command></term>
     359        <listitem>
     360          <para>Used to generate thank you messages to mail to the Perl
     361          developers</para>
     362          <indexterm zone="ch-system-perl perlthanks">
     363            <primary sortas="b-perlthanks">perlthanks</primary>
     364          </indexterm>
     365        </listitem>
     366      </varlistentry>
     367
    357368      <varlistentry id="piconv">
    358369        <term><command>piconv</command></term>
  • chapter06/psmisc.xml

    r935435b r9d42ad9  
    7575
    7676      <seglistitem>
    77         <seg>fuser, killall, peekfd, pstree, and pstree.x11 (link to pstree)</seg>
     77        <seg>fuser, killall, peekfd, prtstat, pstree, and pstree.x11 (link to pstree)</seg>
    7878      </seglistitem>
    7979    </segmentedlist>
     
    117117      </varlistentry>
    118118
     119      <varlistentry id="prtstat">
     120        <term><command>prtstat</command></term>
     121        <listitem>
     122          <para>Prints information about a process</para>
     123          <indexterm zone="ch-system-psmisc prtstat">
     124            <primary sortas="b-prtstat">prtstat</primary>
     125          </indexterm>
     126        </listitem>
     127      </varlistentry>
     128
    119129      <varlistentry id="pstree">
    120130        <term><command>pstree</command></term>
  • chapter06/util-linux-ng.xml

    r935435b r9d42ad9  
    110110        <seg>addpart, agetty, arch, blkid, blockdev, cal, cfdisk, chkdupexe,
    111111        chrt, col, colcrt, colrm, column, ctrlaltdel, cytune, ddate, delpart,
    112         dmesg, fdformat, fdisk, findfs, flock, fsck, fsck.cramfs, fsck.minix,
    113         getopt, hexdump, hwclock, i386, ionice, ipcmk, ipcrm, ipcs, isosize,
    114         ldattach, line, linux32, linux64, logger, look, losetup, lscpu,
     112        dmesg, fallocate, fdformat, fdisk, findfs, flock, fsck, fsck.cramfs,
     113        fsck.minix, getopt, hexdump, hwclock, i386, ionice, ipcmk, ipcrm, ipcs,
     114        isosize, ldattach, line, linux32, linux64, logger, look, losetup, lscpu,
    115115        mcookie, mkfs, mkfs.bfs, mkfs.cramfs, mkfs.minix, mkswap, more, mount,
    116116        namei, partx, pg, pivot_root, readprofile, rename, renice, rev,
    117117        rtcwake, script, scriptreplay, setarch, setsid, setterm, sfdisk,
    118118        swapoff (link to swapon), swapon, switch_root, tailf, taskset, tunelp,
    119         ul, umount, uuidd, uuidgen, wall, whereis, and write</seg>
     119        ul, umount, unshare, uuidd, uuidgen, wall, whereis, wipefs, and write</seg>
    120120        <seg>libblkid.{a,so}, libuuid.{a,so}</seg>
    121121        <seg>/usr/share/getopt, /var/lib/hwclock</seg>
     
    311311          <indexterm zone="ch-system-util-linux-ng dmesg">
    312312            <primary sortas="b-dmesg">dmesg</primary>
     313          </indexterm>
     314        </listitem>
     315      </varlistentry>
     316
     317      <varlistentry id="fallocate">
     318        <term><command>fallocate</command></term>
     319        <listitem>
     320          <para>Preallocates space to a file</para>
     321          <indexterm zone="ch-system-util-linux-ng fallocate">
     322            <primary sortas="b-fallocate">fallocate</primary>
    313323          </indexterm>
    314324        </listitem>
     
    885895      </varlistentry>
    886896
     897      <varlistentry id="unshare">
     898        <term><command>unshare</command></term>
     899        <listitem>
     900          <para>Runs a program with some namespaces unshared from parent</para>
     901          <indexterm zone="ch-system-util-linux-ng unshare">
     902            <primary sortas="b-unshare">unshare</primary>
     903          </indexterm>
     904        </listitem>
     905      </varlistentry>
     906
    887907      <varlistentry id="uuidd">
    888908        <term><command>uuidd</command></term>
     
    930950      </varlistentry>
    931951
     952      <varlistentry id="wipefs">
     953        <term><command>wipefs</command></term>
     954        <listitem>
     955          <para>Wipes a filesystem signature from a device</para>
     956          <indexterm zone="ch-system-util-linux-ng wipefs">
     957            <primary sortas="b-wipefs">wipefs</primary>
     958          </indexterm>
     959        </listitem>
     960      </varlistentry>
     961
    932962      <varlistentry id="write">
    933963        <term><command>write</command></term>
  • general.ent

    r935435b r9d42ad9  
    1 <!ENTITY version "SVN-20100622">
    2 <!ENTITY releasedate "June 22, 2010">
     1<!ENTITY version "SVN-20100627">
     2<!ENTITY releasedate "June 27, 2010">
    33<!ENTITY copyrightdate "1999-2010"><!-- jhalfs needs a literal dash, not &ndash; -->
    44<!ENTITY milestone "6.7">
Note: See TracChangeset for help on using the changeset viewer.