Update installed programs lists

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9313 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Bruce Dubbs 2010-06-27 03:23:30 +00:00
parent 935435bedb
commit 9d42ad9ce1
7 changed files with 190 additions and 65 deletions

View File

@ -36,6 +36,17 @@
</listitem> </listitem>
--> -->
<listitem>
<para>2010-06-27</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Update installed programs lists.
Thanks to Chris Staub for the patch. Fixes
<ulink url="&lfs-ticket-root;2678">#2678</ulink>.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem> <listitem>
<para>2010-06-22</para> <para>2010-06-22</para>
<itemizedlist> <itemizedlist>

View File

@ -140,6 +140,7 @@ mv -v /usr/bin/chroot /usr/sbin</userinput></screen>
<segmentedlist> <segmentedlist>
<segtitle>Installed programs</segtitle> <segtitle>Installed programs</segtitle>
<segtitle>Installed library</segtitle>
<segtitle>Installed directory</segtitle> <segtitle>Installed directory</segtitle>
<seglistitem> <seglistitem>
@ -153,6 +154,7 @@ mv -v /usr/bin/chroot /usr/sbin</userinput></screen>
split, stat, stdbuf, stty, sum, sync, tac, tail, tee, test, timeout, split, stat, stdbuf, stty, sum, sync, tac, tail, tee, test, timeout,
touch, tr, true, truncate, tsort, tty, uname, unexpand, uniq, unlink, touch, tr, true, truncate, tsort, tty, uname, unexpand, uniq, unlink,
users, vdir, wc, who, whoami, and yes</seg> users, vdir, wc, who, whoami, and yes</seg>
<seg>libstdbuf.so</seg>
<seg>/usr/lib/coreutils</seg> <seg>/usr/lib/coreutils</seg>
</seglistitem> </seglistitem>
</segmentedlist> </segmentedlist>
@ -1191,6 +1193,16 @@ mv -v /usr/bin/chroot /usr/sbin</userinput></screen>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry id="libstdbuf">
<term><filename class="libraryfile">libstdbuf</filename></term>
<listitem>
<para>Library used by <command>stdbuf</command></para>
<indexterm zone="ch-system-coreutils libstdbuf">
<primary sortas="c-libstdbuf">libstdbuf</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist> </variablelist>
</sect2> </sect2>

View File

@ -74,10 +74,10 @@
<segtitle>Installed directories</segtitle> <segtitle>Installed directories</segtitle>
<seglistitem> <seglistitem>
<seg>grub-editenv, grub-mkelfimage, grub-mkfont, grub-mkimage, <seg>grub-bin2h, grub-editenv, grub-install, grub-mkconfig,
grub-mkrescue, grub-dumpbios, grub-install, grub-mkconfig, grub-mkdevicemap, grub-mkelfimage, grub-mkimage, grub-mkisofs,
grub-mkdevicemap, grub-probe, grub-setup</seg> grub-mkpasswd-pbkdf2, grub-mkrelpath, grub-mkrescue, grub-probe,
grub-reboot, grub-script-check, grub-set-default, grub-setup</seg>
<seg>/usr/lib/grub, /etc/grub.d, /usr/share/grub</seg> <seg>/usr/lib/grub, /etc/grub.d, /usr/share/grub</seg>
</seglistitem> </seglistitem>
</segmentedlist> </segmentedlist>
@ -87,6 +87,16 @@
<?dbfo list-presentation="list"?> <?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?> <?dbhtml list-presentation="table"?>
<varlistentry id="grub-bin2h">
<term><command>grub-bin2h</command></term>
<listitem>
<para>Converts a binary file to a C header</para>
<indexterm zone="ch-system-grub grub-bin2h">
<primary sortas="b-grub-bin2h">grub-bin2h</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="grub-editenv"> <varlistentry id="grub-editenv">
<term><command>grub-editenv</command></term> <term><command>grub-editenv</command></term>
<listitem> <listitem>
@ -97,56 +107,6 @@
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry id="grub-mkelfimage">
<term><command>grub-mkelfimage</command></term>
<listitem>
<para>Make a bootable image of GRUB</para>
<indexterm zone="ch-system-grub grub-mkelfimage">
<primary sortas="b-grub-mkelfimage">grub-mkelfimage</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="grub-mkfont">
<term><command>grub-mkfont</command></term>
<listitem>
<para>Update fonts for GRUB use</para>
<indexterm zone="ch-system-grub grub-mkfont">
<primary sortas="b-grub-mkfont">grub-mkfont</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="grub-mkimage">
<term><command>grub-mkimage</command></term>
<listitem>
<para>Make a bootable image of GRUB</para>
<indexterm zone="ch-system-grub grub-mkimage">
<primary sortas="b-grub-mkimage">grub-mkimage</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="grub-mkrescue">
<term><command>grub-mkrescue</command></term>
<listitem>
<para>Make a bootable image of GRUB suitable for a floppy disk</para>
<indexterm zone="ch-system-grub grub-mkrescue">
<primary sortas="b-grub-mkrescue">grub-mkrescue</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="grub-dumpbios">
<term><command>grub-dumpbios</command></term>
<listitem>
<para>Create vbios and int10 dump</para>
<indexterm zone="ch-system-grub grub-dumpbios">
<primary sortas="b-grub-dumpbios">grub-dumpbios</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="grub-install"> <varlistentry id="grub-install">
<term><command>grub-install</command></term> <term><command>grub-install</command></term>
<listitem> <listitem>
@ -177,6 +137,67 @@
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry id="grub-mkelfimage">
<term><command>grub-mkelfimage</command></term>
<listitem>
<para>Make a bootable image of GRUB</para>
<indexterm zone="ch-system-grub grub-mkelfimage">
<primary sortas="b-grub-mkelfimage">grub-mkelfimage</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="grub-mkimage">
<term><command>grub-mkimage</command></term>
<listitem>
<para>Make a bootable image of GRUB</para>
<indexterm zone="ch-system-grub grub-mkimage">
<primary sortas="b-grub-mkimage">grub-mkimage</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="grub-mkisofs">
<term><command>grub-mkisofs</command></term>
<listitem>
<para>Creates a bootable ISO image</para>
<indexterm zone="ch-system-grub grub-mkisofs">
<primary sortas="b-grub-mkisofs">grub-mkisofs</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="grub-mkpasswd-pbkdf2">
<term><command>grub-mkpasswd-pbkdf2</command></term>
<listitem>
<para>Generates an encrypted PBKDF2 password for use in the boot
menu</para>
<indexterm zone="ch-system-grub grub-mkpasswd-pbkdf2">
<primary sortas="b-grub-mkpasswd-pbkdf2">grub-mkpasswd-pbkdf2</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="grub-mkrelpath">
<term><command>grub-mkrelpath</command></term>
<listitem>
<para>Makes a system pathname relative to its root</para>
<indexterm zone="ch-system-grub grub-mkrelpath">
<primary sortas="b-grub-mkrelpath">grub-mkrelpath</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="grub-mkrescue">
<term><command>grub-mkrescue</command></term>
<listitem>
<para>Make a bootable image of GRUB suitable for a floppy disk</para>
<indexterm zone="ch-system-grub grub-mkrescue">
<primary sortas="b-grub-mkrescue">grub-mkrescue</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="grub-probe"> <varlistentry id="grub-probe">
<term><command>grub-probe</command></term> <term><command>grub-probe</command></term>
<listitem> <listitem>
@ -187,6 +208,36 @@
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry id="grub-reboot">
<term><command>grub-reboot</command></term>
<listitem>
<para>Sets the default boot entry for GRUB for the next boot only</para>
<indexterm zone="ch-system-grub grub-reboot">
<primary sortas="b-grub-reboot">grub-reboot</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="grub-script-check">
<term><command>grub-script-check</command></term>
<listitem>
<para>Checks GRUB configuration script for syntax errors</para>
<indexterm zone="ch-system-grub grub-script-check">
<primary sortas="b-grub-script-check">grub-script-check</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="grub-set-default">
<term><command>grub-set-default</command></term>
<listitem>
<para>Sets the default boot entry for GRUB</para>
<indexterm zone="ch-system-grub grub-set-default">
<primary sortas="b-grub-set-default">grub-set-default</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="grub-setup"> <varlistentry id="grub-setup">
<term><command>grub-setup</command></term> <term><command>grub-setup</command></term>
<listitem> <listitem>

View File

@ -125,10 +125,10 @@
<seg>a2p, c2ph, config_data, corelist, cpan, cpan2dist, cpanp, <seg>a2p, c2ph, config_data, corelist, cpan, cpan2dist, cpanp,
cpanp-run-perl, dprofpp, enc2xs, find2perl, h2ph, h2xs, cpanp-run-perl, dprofpp, enc2xs, find2perl, h2ph, h2xs,
instmodsh, libnetcfg, perl, perl&perl-version; (link to perl), instmodsh, libnetcfg, perl, perl&perl-version; (link to perl),
perlbug, perldoc, perlivp, piconv, pl2pm, pod2html, pod2latex, perlbug, perldoc, perlivp, perlthanks (link to perlbug), piconv, pl2pm,
pod2man, pod2text, pod2usage, podchecker, podselect, prove, pod2html, pod2latex, pod2man, pod2text, pod2usage, podchecker,
psed (link to s2p), pstruct (link to c2ph), ptar, ptardiff, s2p, podselect, prove, psed (link to s2p), pstruct (link to c2ph), ptar,
shasum, splain, and xsubpp</seg> ptardiff, s2p, shasum, splain, and xsubpp</seg>
<seg>Several hundred which cannot all be listed here</seg> <seg>Several hundred which cannot all be listed here</seg>
<seg>/usr/lib/perl5</seg> <seg>/usr/lib/perl5</seg>
</seglistitem> </seglistitem>
@ -354,6 +354,17 @@
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry id="perlthanks">
<term><command>perlthanks</command></term>
<listitem>
<para>Used to generate thank you messages to mail to the Perl
developers</para>
<indexterm zone="ch-system-perl perlthanks">
<primary sortas="b-perlthanks">perlthanks</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="piconv"> <varlistentry id="piconv">
<term><command>piconv</command></term> <term><command>piconv</command></term>
<listitem> <listitem>

View File

@ -74,7 +74,7 @@ ln -sv killall /bin/pidof</userinput></screen>
<segtitle>Installed programs</segtitle> <segtitle>Installed programs</segtitle>
<seglistitem> <seglistitem>
<seg>fuser, killall, peekfd, pstree, and pstree.x11 (link to pstree)</seg> <seg>fuser, killall, peekfd, prtstat, pstree, and pstree.x11 (link to pstree)</seg>
</seglistitem> </seglistitem>
</segmentedlist> </segmentedlist>
@ -116,6 +116,16 @@ ln -sv killall /bin/pidof</userinput></screen>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry id="prtstat">
<term><command>prtstat</command></term>
<listitem>
<para>Prints information about a process</para>
<indexterm zone="ch-system-psmisc prtstat">
<primary sortas="b-prtstat">prtstat</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="pstree"> <varlistentry id="pstree">
<term><command>pstree</command></term> <term><command>pstree</command></term>
<listitem> <listitem>

View File

@ -109,14 +109,14 @@ mkdir -pv /var/lib/hwclock</userinput></screen>
<seglistitem> <seglistitem>
<seg>addpart, agetty, arch, blkid, blockdev, cal, cfdisk, chkdupexe, <seg>addpart, agetty, arch, blkid, blockdev, cal, cfdisk, chkdupexe,
chrt, col, colcrt, colrm, column, ctrlaltdel, cytune, ddate, delpart, chrt, col, colcrt, colrm, column, ctrlaltdel, cytune, ddate, delpart,
dmesg, fdformat, fdisk, findfs, flock, fsck, fsck.cramfs, fsck.minix, dmesg, fallocate, fdformat, fdisk, findfs, flock, fsck, fsck.cramfs,
getopt, hexdump, hwclock, i386, ionice, ipcmk, ipcrm, ipcs, isosize, fsck.minix, getopt, hexdump, hwclock, i386, ionice, ipcmk, ipcrm, ipcs,
ldattach, line, linux32, linux64, logger, look, losetup, lscpu, isosize, ldattach, line, linux32, linux64, logger, look, losetup, lscpu,
mcookie, mkfs, mkfs.bfs, mkfs.cramfs, mkfs.minix, mkswap, more, mount, mcookie, mkfs, mkfs.bfs, mkfs.cramfs, mkfs.minix, mkswap, more, mount,
namei, partx, pg, pivot_root, readprofile, rename, renice, rev, namei, partx, pg, pivot_root, readprofile, rename, renice, rev,
rtcwake, script, scriptreplay, setarch, setsid, setterm, sfdisk, rtcwake, script, scriptreplay, setarch, setsid, setterm, sfdisk,
swapoff (link to swapon), swapon, switch_root, tailf, taskset, tunelp, swapoff (link to swapon), swapon, switch_root, tailf, taskset, tunelp,
ul, umount, uuidd, uuidgen, wall, whereis, and write</seg> ul, umount, unshare, uuidd, uuidgen, wall, whereis, wipefs, and write</seg>
<seg>libblkid.{a,so}, libuuid.{a,so}</seg> <seg>libblkid.{a,so}, libuuid.{a,so}</seg>
<seg>/usr/share/getopt, /var/lib/hwclock</seg> <seg>/usr/share/getopt, /var/lib/hwclock</seg>
</seglistitem> </seglistitem>
@ -314,6 +314,16 @@ mkdir -pv /var/lib/hwclock</userinput></screen>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry id="fallocate">
<term><command>fallocate</command></term>
<listitem>
<para>Preallocates space to a file</para>
<indexterm zone="ch-system-util-linux-ng fallocate">
<primary sortas="b-fallocate">fallocate</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="fdformat"> <varlistentry id="fdformat">
<term><command>fdformat</command></term> <term><command>fdformat</command></term>
<listitem> <listitem>
@ -884,6 +894,16 @@ mkdir -pv /var/lib/hwclock</userinput></screen>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry id="unshare">
<term><command>unshare</command></term>
<listitem>
<para>Runs a program with some namespaces unshared from parent</para>
<indexterm zone="ch-system-util-linux-ng unshare">
<primary sortas="b-unshare">unshare</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="uuidd"> <varlistentry id="uuidd">
<term><command>uuidd</command></term> <term><command>uuidd</command></term>
<listitem> <listitem>
@ -929,6 +949,16 @@ mkdir -pv /var/lib/hwclock</userinput></screen>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry id="wipefs">
<term><command>wipefs</command></term>
<listitem>
<para>Wipes a filesystem signature from a device</para>
<indexterm zone="ch-system-util-linux-ng wipefs">
<primary sortas="b-wipefs">wipefs</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="write"> <varlistentry id="write">
<term><command>write</command></term> <term><command>write</command></term>
<listitem> <listitem>

View File

@ -1,5 +1,5 @@
<!ENTITY version "SVN-20100622"> <!ENTITY version "SVN-20100627">
<!ENTITY releasedate "June 22, 2010"> <!ENTITY releasedate "June 27, 2010">
<!ENTITY copyrightdate "1999-2010"><!-- jhalfs needs a literal dash, not &ndash; --> <!ENTITY copyrightdate "1999-2010"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "6.7"> <!ENTITY milestone "6.7">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->