mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-21 19:55:22 +01:00
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:
parent
d92b5feeb5
commit
2791a8e7e1
@ -91,8 +91,9 @@ ln -sv bzip2 /bin/bzcat</userinput></screen>
|
||||
<segtitle>Installed libraries</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>bunzip2 (link to bzip2), bzcat (link to bzip2), bzcmp, bzdiff,
|
||||
bzegrep, bzfgrep, bzgrep, bzip2, bzip2recover, bzless, and bzmore</seg>
|
||||
<seg>bunzip2 (link to bzip2), bzcat (link to bzip2), bzcmp (link to
|
||||
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>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
@ -244,8 +244,8 @@ SEARCH_DIR("/usr/lib");</computeroutput></screen>
|
||||
|
||||
<seglistitem>
|
||||
<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
|
||||
libsupc++.a</seg>
|
||||
<seg>libgcc.a, libgcc_eh.a, libgcc_s.so, libmudflap.{a,so},
|
||||
libssp.{a,so}libstdc++.{a,so}, and libsupc++.a</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
@ -336,6 +336,28 @@ SEARCH_DIR("/usr/lib");</computeroutput></screen>
|
||||
</listitem>
|
||||
</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">
|
||||
<term><filename class="libraryfile">libstdc++</filename></term>
|
||||
<listitem>
|
||||
|
@ -66,7 +66,7 @@
|
||||
<seg>autopoint, config.charset, config.rpath, envsubst, gettext, gettext.sh,
|
||||
gettextize, hostname, msgattrib, msgcat, msgcmp, msgcomm, msgconv, msgen,
|
||||
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
|
||||
libgettextsrc.so</seg>
|
||||
</seglistitem>
|
||||
@ -326,6 +326,16 @@
|
||||
</listitem>
|
||||
</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">
|
||||
<term><command>xgettext</command></term>
|
||||
<listitem>
|
||||
|
@ -351,11 +351,11 @@ EOF</userinput></screen>
|
||||
zdump, and zic</seg>
|
||||
<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},
|
||||
libg.a, libieee.a, libm.{a,so}, libmcheck.a, libmemusage.so, libnsl.a,
|
||||
libnss_compat.so, libnss_dns.so, libnss_files.so, libnss_hesiod.so,
|
||||
libnss_nis.so, libnss_nisplus.so, libpcprofile.so, libpthread.{a,so},
|
||||
libresolv.{a,so}, librpcsvc.a, librt.{a,so}, libthread_db.so, and
|
||||
libutil.{a,so}</seg>
|
||||
libg.a, libieee.a, libm.{a,so}, libmcheck.a, libmemusage.so,
|
||||
libnsl.{a,so}, libnss_compat.so, libnss_dns.so, libnss_files.so,
|
||||
libnss_hesiod.so, libnss_nis.so, libnss_nisplus.so, libpcprofile.so,
|
||||
libpthread.{a,so}, libresolv.{a,so}, librpcsvc.a, librt.{a,so},
|
||||
libthread_db.so, and libutil.{a,so}</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
|
@ -68,7 +68,7 @@
|
||||
<segtitle>Installed programs</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>egrep (link to grep), fgrep (link to grep), and grep</seg>
|
||||
<seg>egrep, fgrep, and grep</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
|
@ -126,7 +126,7 @@
|
||||
<segtitle>Installed programs</segtitle>
|
||||
|
||||
<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>
|
||||
</segmentedlist>
|
||||
|
||||
@ -156,6 +156,16 @@
|
||||
</listitem>
|
||||
</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">
|
||||
<term><command>rcp</command></term>
|
||||
<listitem>
|
||||
|
@ -77,8 +77,8 @@
|
||||
<segtitle>Installed programs</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>arpd, ctstat (link to lnstat), ifcfg, ifstat, ip, lnstat, nstat,
|
||||
routef, routel, rtacct, rtmon, rtpr, rtstat (link to lnstat), ss,
|
||||
<seg>arpd, ctstat (link to lnstat), genl, ifcfg, ifstat, ip, lnstat,
|
||||
nstat, routef, routel, rtacct, rtmon, rtpr, rtstat (link to lnstat), ss,
|
||||
and tc.</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
@ -110,6 +110,16 @@
|
||||
</listitem>
|
||||
</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">
|
||||
<term><command>ifcfg</command></term>
|
||||
<listitem>
|
||||
|
@ -76,7 +76,7 @@ make INSTALL_HDR_PATH=/usr headers_install</userinput></screen>
|
||||
<listitem>
|
||||
<para>The Linux API headers</para>
|
||||
<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>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -54,7 +54,7 @@
|
||||
<segtitle>Installed library</segtitle>
|
||||
|
||||
<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>
|
||||
<seg>libproc.so</seg>
|
||||
</seglistitem>
|
||||
@ -126,6 +126,16 @@
|
||||
</listitem>
|
||||
</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">
|
||||
<term><command>skill</command></term>
|
||||
<listitem>
|
||||
|
@ -90,7 +90,8 @@
|
||||
<segtitle>Installed programs</segtitle>
|
||||
|
||||
<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>
|
||||
</segmentedlist>
|
||||
|
||||
@ -132,6 +133,17 @@
|
||||
</listitem>
|
||||
</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">
|
||||
<term><command>pstree</command></term>
|
||||
<listitem>
|
||||
|
@ -189,10 +189,10 @@ sed -i 's/yes/no/' /etc/default/useradd</userinput></screen>
|
||||
|
||||
<seglistitem>
|
||||
<seg>chage, chfn, chgpasswd, chpasswd, chsh, expiry, faillog, gpasswd,
|
||||
groupadd, groupdel, groupmod, grpck, grpconv, grpunconv, lastlog, login,
|
||||
logoutd, newgrp, newusers, nologin, passwd, pwck, pwconv, pwunconv, sg (link to
|
||||
newgrp), su, useradd, userdel, usermod, vigr (link to vipw), and
|
||||
vipw</seg>
|
||||
groupadd, groupdel, groupmems, groupmod, grpck, grpconv, grpunconv,
|
||||
lastlog, login, logoutd, newgrp, newusers, nologin, passwd, pwck,
|
||||
pwconv, pwunconv, sg (link to newgrp), su, useradd, userdel, usermod,
|
||||
vigr (link to vipw), and vipw</seg>
|
||||
<seg>libshadow.{a,so}</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
@ -306,6 +306,17 @@ sed -i 's/yes/no/' /etc/default/useradd</userinput></screen>
|
||||
</listitem>
|
||||
</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">
|
||||
<term><command>groupmod</command></term>
|
||||
<listitem>
|
||||
|
@ -127,12 +127,15 @@ install -m644 -v docs/writing_udev_rules/index.html \
|
||||
|
||||
<segmentedlist>
|
||||
<segtitle>Installed programs</segtitle>
|
||||
<segtitle>Installed libraries</segtitle>
|
||||
<segtitle>Installed directory</segtitle>
|
||||
|
||||
<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,
|
||||
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>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
@ -184,12 +187,12 @@ install -m644 -v docs/writing_udev_rules/index.html \
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="firmware_helper">
|
||||
<term><command>firmware_helper</command></term>
|
||||
<varlistentry id="firmware.sh">
|
||||
<term><command>firmware.sh</command></term>
|
||||
<listitem>
|
||||
<para>Uploads firmware to devices</para>
|
||||
<indexterm zone="ch-system-udev firmware_helper">
|
||||
<primary sortas="b-firmware_helper">firmware_helper</primary>
|
||||
<indexterm zone="ch-system-udev firmware.sh">
|
||||
<primary sortas="b-firmware.sh">firmware.sh</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@ -320,6 +323,39 @@ install -m644 -v docs/writing_udev_rules/index.html \
|
||||
</listitem>
|
||||
</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">
|
||||
<term><filename class="directory">/etc/udev</filename></term>
|
||||
<listitem>
|
||||
|
@ -287,6 +287,16 @@ patch -Np1 -i ../&util-linux-lseek-patch;</userinput></screen>
|
||||
</listitem>
|
||||
</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">
|
||||
<term><command>flock</command></term>
|
||||
<listitem>
|
||||
@ -298,16 +308,6 @@ patch -Np1 -i ../&util-linux-lseek-patch;</userinput></screen>
|
||||
</listitem>
|
||||
</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">
|
||||
<term><command>fsck.cramfs</command></term>
|
||||
<listitem>
|
||||
|
@ -203,7 +203,7 @@ set spell</literal></screen>
|
||||
<seglistitem>
|
||||
<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,
|
||||
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>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
@ -320,12 +320,12 @@ set spell</literal></screen>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="tcltags">
|
||||
<term><command>tcltags</command></term>
|
||||
<varlistentry id="vi">
|
||||
<term><command>vi</command></term>
|
||||
<listitem>
|
||||
<para>Generates a tags file for TCL code</para>
|
||||
<indexterm zone="ch-system-vim tcltags">
|
||||
<primary sortas="b-tcltags">tcltags</primary>
|
||||
<para>Link to <command>vim</command></para>
|
||||
<indexterm zone="ch-system-vim vi">
|
||||
<primary sortas="b-vi">vi</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@ -340,16 +340,6 @@ set spell</literal></screen>
|
||||
</listitem>
|
||||
</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">
|
||||
<term><command>vim</command></term>
|
||||
<listitem>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!ENTITY version "SVN-20070510">
|
||||
<!ENTITY releasedate "May 10, 2007">
|
||||
<!ENTITY version "SVN-20070512">
|
||||
<!ENTITY releasedate "May 12, 2007">
|
||||
<!ENTITY milestone "6.3">
|
||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user