Update the list of installed programs and libraries for several packages

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8125 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2007-05-12 20:45:29 +00:00
parent d92b5feeb5
commit 2791a8e7e1
15 changed files with 167 additions and 55 deletions

View File

@ -91,8 +91,9 @@ ln -sv bzip2 /bin/bzcat</userinput></screen>
<segtitle>Installed libraries</segtitle> <segtitle>Installed libraries</segtitle>
<seglistitem> <seglistitem>
<seg>bunzip2 (link to bzip2), bzcat (link to bzip2), bzcmp, bzdiff, <seg>bunzip2 (link to bzip2), bzcat (link to bzip2), bzcmp (link to
bzegrep, bzfgrep, bzgrep, bzip2, bzip2recover, bzless, and bzmore</seg> bzdiff), bzdiff, bzegrep (link to bzgrep), bzfgrep (link to bzgrep),
bzgrep, bzip2, bzip2recover, bzless (link to bzmore), and bzmore</seg>
<seg>libbz2.{a,so}</seg> <seg>libbz2.{a,so}</seg>
</seglistitem> </seglistitem>
</segmentedlist> </segmentedlist>

View File

@ -244,8 +244,8 @@ SEARCH_DIR("/usr/lib");</computeroutput></screen>
<seglistitem> <seglistitem>
<seg>c++, cc (link to gcc), cpp, g++, gcc, gccbug, and gcov</seg> <seg>c++, cc (link to gcc), cpp, g++, gcc, gccbug, and gcov</seg>
<seg>libgcc.a, libgcc_eh.a, libgcc_s.so, libstdc++.{a,so}, and <seg>libgcc.a, libgcc_eh.a, libgcc_s.so, libmudflap.{a,so},
libsupc++.a</seg> libssp.{a,so}libstdc++.{a,so}, and libsupc++.a</seg>
</seglistitem> </seglistitem>
</segmentedlist> </segmentedlist>
@ -336,6 +336,28 @@ SEARCH_DIR("/usr/lib");</computeroutput></screen>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry id="libmudflap">
<term><filename class="libraryfile">libmudflap</filename></term>
<listitem>
<para>Contains routines that support GCC's bounds checking
functionality</para>
<indexterm zone="ch-system-gcc libmudflap">
<primary sortas="c-libmudflap*">libmudflap*</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="libssp">
<term><filename class="libraryfile">libssp</filename></term>
<listitem>
<para>Contains routines supporting GCC's stack-smashing protection
functionality</para>
<indexterm zone="ch-system-gcc libssp">
<primary sortas="c-libssp*">libssp*</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="libstdc"> <varlistentry id="libstdc">
<term><filename class="libraryfile">libstdc++</filename></term> <term><filename class="libraryfile">libstdc++</filename></term>
<listitem> <listitem>

View File

@ -66,7 +66,7 @@
<seg>autopoint, config.charset, config.rpath, envsubst, gettext, gettext.sh, <seg>autopoint, config.charset, config.rpath, envsubst, gettext, gettext.sh,
gettextize, hostname, msgattrib, msgcat, msgcmp, msgcomm, msgconv, msgen, gettextize, hostname, msgattrib, msgcat, msgcmp, msgcomm, msgconv, msgen,
msgexec, msgfilter, msgfmt, msggrep, msginit, msgmerge, msgunfmt, msguniq, msgexec, msgfilter, msgfmt, msggrep, msginit, msgmerge, msgunfmt, msguniq,
ngettext, and xgettext</seg> ngettext, recode-sr-latin, and xgettext</seg>
<seg>libasprintf.{a,so}, libgettextlib.so, libgettextpo.{a,so}, and <seg>libasprintf.{a,so}, libgettextlib.so, libgettextpo.{a,so}, and
libgettextsrc.so</seg> libgettextsrc.so</seg>
</seglistitem> </seglistitem>
@ -326,6 +326,16 @@
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry id="recode-sr-latin">
<term><command>recode-sr-latin</command></term>
<listitem>
<para>Recodes Serbian text from Cyrillic to Latin script</para>
<indexterm zone="ch-system-gettext recode-sr-latin">
<primary sortas="b-recode-sr-latin">recode-sr-latin</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="xgettext"> <varlistentry id="xgettext">
<term><command>xgettext</command></term> <term><command>xgettext</command></term>
<listitem> <listitem>

View File

@ -351,11 +351,11 @@ EOF</userinput></screen>
zdump, and zic</seg> zdump, and zic</seg>
<seg>ld.so, libBrokenLocale.{a,so}, libSegFault.so, libanl.{a,so}, <seg>ld.so, libBrokenLocale.{a,so}, libSegFault.so, libanl.{a,so},
libbsd-compat.a, libc.{a,so}, libcidn.so, libcrypt.{a,so}, libdl.{a,so}, libbsd-compat.a, libc.{a,so}, libcidn.so, libcrypt.{a,so}, libdl.{a,so},
libg.a, libieee.a, libm.{a,so}, libmcheck.a, libmemusage.so, libnsl.a, libg.a, libieee.a, libm.{a,so}, libmcheck.a, libmemusage.so,
libnss_compat.so, libnss_dns.so, libnss_files.so, libnss_hesiod.so, libnsl.{a,so}, libnss_compat.so, libnss_dns.so, libnss_files.so,
libnss_nis.so, libnss_nisplus.so, libpcprofile.so, libpthread.{a,so}, libnss_hesiod.so, libnss_nis.so, libnss_nisplus.so, libpcprofile.so,
libresolv.{a,so}, librpcsvc.a, librt.{a,so}, libthread_db.so, and libpthread.{a,so}, libresolv.{a,so}, librpcsvc.a, librt.{a,so},
libutil.{a,so}</seg> libthread_db.so, and libutil.{a,so}</seg>
</seglistitem> </seglistitem>
</segmentedlist> </segmentedlist>

View File

@ -68,7 +68,7 @@
<segtitle>Installed programs</segtitle> <segtitle>Installed programs</segtitle>
<seglistitem> <seglistitem>
<seg>egrep (link to grep), fgrep (link to grep), and grep</seg> <seg>egrep, fgrep, and grep</seg>
</seglistitem> </seglistitem>
</segmentedlist> </segmentedlist>

View File

@ -126,7 +126,7 @@
<segtitle>Installed programs</segtitle> <segtitle>Installed programs</segtitle>
<seglistitem> <seglistitem>
<seg>ftp, ping, rcp, rlogin, rsh, talk, telnet, and tftp</seg> <seg>ftp, ping, ping6, rcp, rlogin, rsh, talk, telnet, and tftp</seg>
</seglistitem> </seglistitem>
</segmentedlist> </segmentedlist>
@ -156,6 +156,16 @@
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry id="ping6">
<term><command>ping6</command></term>
<listitem>
<para>A version of <command>ping</command> for IPv6 networks</para>
<indexterm zone="ch-system-inetutils ping6">
<primary sortas="b-ping6">ping6</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="rcp"> <varlistentry id="rcp">
<term><command>rcp</command></term> <term><command>rcp</command></term>
<listitem> <listitem>

View File

@ -77,8 +77,8 @@
<segtitle>Installed programs</segtitle> <segtitle>Installed programs</segtitle>
<seglistitem> <seglistitem>
<seg>arpd, ctstat (link to lnstat), ifcfg, ifstat, ip, lnstat, nstat, <seg>arpd, ctstat (link to lnstat), genl, ifcfg, ifstat, ip, lnstat,
routef, routel, rtacct, rtmon, rtpr, rtstat (link to lnstat), ss, nstat, routef, routel, rtacct, rtmon, rtpr, rtstat (link to lnstat), ss,
and tc.</seg> and tc.</seg>
</seglistitem> </seglistitem>
</segmentedlist> </segmentedlist>
@ -110,6 +110,16 @@
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry id="genl">
<term><command>genl</command></term>
<listitem>
<para></para>
<indexterm zone="ch-system-iproute2 genl">
<primary sortas="b-genl">genl</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="ifcfg"> <varlistentry id="ifcfg">
<term><command>ifcfg</command></term> <term><command>ifcfg</command></term>
<listitem> <listitem>

View File

@ -76,7 +76,7 @@ make INSTALL_HDR_PATH=/usr headers_install</userinput></screen>
<listitem> <listitem>
<para>The Linux API headers</para> <para>The Linux API headers</para>
<indexterm zone="ch-system-linux-headers linux-headers"> <indexterm zone="ch-system-linux-headers linux-headers">
<primary sortas="e-/usr/include/{asm,linux}/*.h">/usr/include/{asm,linux}/*.h</primary> <primary sortas="e-/usr/include/{asm-generic,asm,linux,mtd,rdma,sound}/*.h">/usr/include/{asm-generic,asm,linux,mtd,rdma,sound}/*.h</primary>
</indexterm> </indexterm>
</listitem> </listitem>
</varlistentry> </varlistentry>

View File

@ -54,7 +54,7 @@
<segtitle>Installed library</segtitle> <segtitle>Installed library</segtitle>
<seglistitem> <seglistitem>
<seg>free, kill, pgrep, pkill, pmap, ps, skill, slabtop, snice, <seg>free, kill, pgrep, pkill, pmap, ps, pwdx, skill, slabtop, snice,
sysctl, tload, top, uptime, vmstat, w, and watch</seg> sysctl, tload, top, uptime, vmstat, w, and watch</seg>
<seg>libproc.so</seg> <seg>libproc.so</seg>
</seglistitem> </seglistitem>
@ -126,6 +126,16 @@
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry id="pwdx">
<term><command>pwdx</command></term>
<listitem>
<para>Reports the current working directory of a process</para>
<indexterm zone="ch-system-procps pwdx">
<primary sortas="b-pwdx">pwdx</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="skill"> <varlistentry id="skill">
<term><command>skill</command></term> <term><command>skill</command></term>
<listitem> <listitem>

View File

@ -90,7 +90,8 @@
<segtitle>Installed programs</segtitle> <segtitle>Installed programs</segtitle>
<seglistitem> <seglistitem>
<seg>fuser, killall, pstree, and pstree.x11 (link to pstree)</seg> <seg>fuser, killall, oldfuser, peekfd, pstree, and pstree.x11
(link to pstree)</seg>
</seglistitem> </seglistitem>
</segmentedlist> </segmentedlist>
@ -132,6 +133,17 @@
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry id="peekfd">
<term><command>peekfd</command></term>
<listitem>
<para>Peek at file descriptors of a running process, given its
PID</para>
<indexterm zone="ch-system-psmisc peekfd">
<primary sortas="b-peekfd">peekfd</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="pstree"> <varlistentry id="pstree">
<term><command>pstree</command></term> <term><command>pstree</command></term>
<listitem> <listitem>

View File

@ -189,10 +189,10 @@ sed -i 's/yes/no/' /etc/default/useradd</userinput></screen>
<seglistitem> <seglistitem>
<seg>chage, chfn, chgpasswd, chpasswd, chsh, expiry, faillog, gpasswd, <seg>chage, chfn, chgpasswd, chpasswd, chsh, expiry, faillog, gpasswd,
groupadd, groupdel, groupmod, grpck, grpconv, grpunconv, lastlog, login, groupadd, groupdel, groupmems, groupmod, grpck, grpconv, grpunconv,
logoutd, newgrp, newusers, nologin, passwd, pwck, pwconv, pwunconv, sg (link to lastlog, login, logoutd, newgrp, newusers, nologin, passwd, pwck,
newgrp), su, useradd, userdel, usermod, vigr (link to vipw), and pwconv, pwunconv, sg (link to newgrp), su, useradd, userdel, usermod,
vipw</seg> vigr (link to vipw), and vipw</seg>
<seg>libshadow.{a,so}</seg> <seg>libshadow.{a,so}</seg>
</seglistitem> </seglistitem>
</segmentedlist> </segmentedlist>
@ -306,6 +306,17 @@ sed -i 's/yes/no/' /etc/default/useradd</userinput></screen>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry id="groupmems">
<term><command>groupmems</command></term>
<listitem>
<para>Allows a user to administer his/her own group membership list
without the requirement of super user privileges.</para>
<indexterm zone="ch-system-shadow groupmems">
<primary sortas="b-groupmems">groupmems</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="groupmod"> <varlistentry id="groupmod">
<term><command>groupmod</command></term> <term><command>groupmod</command></term>
<listitem> <listitem>

View File

@ -127,12 +127,15 @@ install -m644 -v docs/writing_udev_rules/index.html \
<segmentedlist> <segmentedlist>
<segtitle>Installed programs</segtitle> <segtitle>Installed programs</segtitle>
<segtitle>Installed libraries</segtitle>
<segtitle>Installed directory</segtitle> <segtitle>Installed directory</segtitle>
<seglistitem> <seglistitem>
<seg>ata_id, cdrom_id, create_floppy_devices, edd_id, firmware_helper, <seg>ata_id, cdrom_id, create_floppy_devices, edd_id, firmware.sh,
path_id, scsi_id, udevcontrol, udevd, udevinfo, udevmonitor, udevsettle, path_id, scsi_id, udevcontrol, udevd, udevinfo, udevmonitor, udevsettle,
udevtest, udevtrigger, usb_id, vol_id, and write_cd_aliases</seg> udevtest, udevtrigger, usb_id, vol_id, write_cd_rules, and
write_net_rules</seg>
<seg>libvolume_id</seg>
<seg>/etc/udev</seg> <seg>/etc/udev</seg>
</seglistitem> </seglistitem>
</segmentedlist> </segmentedlist>
@ -184,12 +187,12 @@ install -m644 -v docs/writing_udev_rules/index.html \
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry id="firmware_helper"> <varlistentry id="firmware.sh">
<term><command>firmware_helper</command></term> <term><command>firmware.sh</command></term>
<listitem> <listitem>
<para>Uploads firmware to devices</para> <para>Uploads firmware to devices</para>
<indexterm zone="ch-system-udev firmware_helper"> <indexterm zone="ch-system-udev firmware.sh">
<primary sortas="b-firmware_helper">firmware_helper</primary> <primary sortas="b-firmware.sh">firmware.sh</primary>
</indexterm> </indexterm>
</listitem> </listitem>
</varlistentry> </varlistentry>
@ -320,6 +323,39 @@ install -m644 -v docs/writing_udev_rules/index.html \
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry id="write_cd_rules">
<term><command>write_cd_rules</command></term>
<listitem>
<para>A script which generates Udev rules to provide stable names for
optical drives (see also <xref linkend="ch-scripts-symlinks"/>)</para>
<indexterm zone="ch-system-udev write_cd_rules">
<primary sortas="b-write_cd_rules">write_cd_rules</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="write_net_rules">
<term><command>write_net_rules</command></term>
<listitem>
<para>A script which generates rules to provide stable names for
network interfaces (see also <xref linkend="ch-scripts-network"/>)
</para>
<indexterm zone="ch-system-udev write_net_rules">
<primary sortas="b-write_net_rules">write_net_rules</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="libvolume_id">
<term><command>libvolume_id</command></term>
<listitem>
<para></para>
<indexterm zone="ch-system-udev libvolume_id">
<primary sortas="c-libvolume_id">libvolume_id</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="etc-udev"> <varlistentry id="etc-udev">
<term><filename class="directory">/etc/udev</filename></term> <term><filename class="directory">/etc/udev</filename></term>
<listitem> <listitem>

View File

@ -287,6 +287,16 @@ patch -Np1 -i ../&util-linux-lseek-patch;</userinput></screen>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry id="fdisk">
<term><command>fdisk</command></term>
<listitem>
<para>Manipulates the paritition table of the given device</para>
<indexterm zone="ch-system-util-linux fdisk">
<primary sortas="b-fdisk">fdisk</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="flock"> <varlistentry id="flock">
<term><command>flock</command></term> <term><command>flock</command></term>
<listitem> <listitem>
@ -298,16 +308,6 @@ patch -Np1 -i ../&util-linux-lseek-patch;</userinput></screen>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry id="fdisk">
<term><command>fdisk</command></term>
<listitem>
<para>Manipulates the partition table of the given device</para>
<indexterm zone="ch-system-util-linux fdisk">
<primary sortas="b-fdisk">fdisk</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="fsck.cramfs"> <varlistentry id="fsck.cramfs">
<term><command>fsck.cramfs</command></term> <term><command>fsck.cramfs</command></term>
<listitem> <listitem>

View File

@ -203,7 +203,7 @@ set spell</literal></screen>
<seglistitem> <seglistitem>
<seg>efm_filter.pl, efm_perl.pl, ex (link to vim), less.sh, mve.awk, <seg>efm_filter.pl, efm_perl.pl, ex (link to vim), less.sh, mve.awk,
pltags.pl, ref, rview (link to vim), rvim (link to vim), shtags.pl, pltags.pl, ref, rview (link to vim), rvim (link to vim), shtags.pl,
tcltags, vi (link to vim), view (link to vim), vim, vim132, vim2html.pl, vi (link to vim), view (link to vim), vim, vim132, vim2html.pl,
vimdiff (link to vim), vimm, vimspell.sh, vimtutor, and xxd</seg> vimdiff (link to vim), vimm, vimspell.sh, vimtutor, and xxd</seg>
</seglistitem> </seglistitem>
</segmentedlist> </segmentedlist>
@ -320,12 +320,12 @@ set spell</literal></screen>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry id="tcltags"> <varlistentry id="vi">
<term><command>tcltags</command></term> <term><command>vi</command></term>
<listitem> <listitem>
<para>Generates a tags file for TCL code</para> <para>Link to <command>vim</command></para>
<indexterm zone="ch-system-vim tcltags"> <indexterm zone="ch-system-vim vi">
<primary sortas="b-tcltags">tcltags</primary> <primary sortas="b-vi">vi</primary>
</indexterm> </indexterm>
</listitem> </listitem>
</varlistentry> </varlistentry>
@ -340,16 +340,6 @@ set spell</literal></screen>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry id="vi">
<term><command>vi</command></term>
<listitem>
<para>Link to <command>vim</command></para>
<indexterm zone="ch-system-vim vi">
<primary sortas="b-vi">vi</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="vim"> <varlistentry id="vim">
<term><command>vim</command></term> <term><command>vim</command></term>
<listitem> <listitem>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<!ENTITY version "SVN-20070510"> <!ENTITY version "SVN-20070512">
<!ENTITY releasedate "May 10, 2007"> <!ENTITY releasedate "May 12, 2007">
<!ENTITY milestone "6.3"> <!ENTITY milestone "6.3">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->