mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 14:24:48 +00:00
Updates to file and library contenets.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10320 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
1b40540233
commit
b5b97081a9
@ -74,8 +74,8 @@
|
|||||||
<seglistitem>
|
<seglistitem>
|
||||||
<seg>acinstall, aclocal, aclocal-&am-minor-version;, automake,
|
<seg>acinstall, aclocal, aclocal-&am-minor-version;, automake,
|
||||||
automake-&am-minor-version;, compile, config.guess, config.sub,
|
automake-&am-minor-version;, compile, config.guess, config.sub,
|
||||||
depcomp, elisp-comp, install-sh, mdate-sh, missing, mkinstalldirs,
|
depcomp, install-sh, mdate-sh, missing, mkinstalldirs,
|
||||||
py-compile, symlink-tree, and ylwrap</seg>
|
py-compile, and ylwrap</seg>
|
||||||
<seg>/usr/share/aclocal-&am-minor-version;, /usr/share/automake-&am-minor-version;,
|
<seg>/usr/share/aclocal-&am-minor-version;, /usr/share/automake-&am-minor-version;,
|
||||||
/usr/share/doc/automake-&automake-version;</seg>
|
/usr/share/doc/automake-&automake-version;</seg>
|
||||||
</seglistitem>
|
</seglistitem>
|
||||||
@ -186,16 +186,6 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry id="elisp-comp">
|
|
||||||
<term><command>elisp-comp</command></term>
|
|
||||||
<listitem>
|
|
||||||
<para>Byte-compiles Emacs Lisp code</para>
|
|
||||||
<indexterm zone="ch-system-automake elisp-comp">
|
|
||||||
<primary sortas="b-elisp-comp">elisp-comp</primary>
|
|
||||||
</indexterm>
|
|
||||||
</listitem>
|
|
||||||
</varlistentry>
|
|
||||||
|
|
||||||
<varlistentry id="install-sh">
|
<varlistentry id="install-sh">
|
||||||
<term><command>install-sh</command></term>
|
<term><command>install-sh</command></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
@ -248,16 +238,6 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry id="symlink-tree">
|
|
||||||
<term><command>symlink-tree</command></term>
|
|
||||||
<listitem>
|
|
||||||
<para>A script to create a symlink tree of a directory tree</para>
|
|
||||||
<indexterm zone="ch-system-automake symlink-tree">
|
|
||||||
<primary sortas="b-symlink-tree">symlink-tree</primary>
|
|
||||||
</indexterm>
|
|
||||||
</listitem>
|
|
||||||
</varlistentry>
|
|
||||||
|
|
||||||
<varlistentry id="ylwrap">
|
<varlistentry id="ylwrap">
|
||||||
<term><command>ylwrap</command></term>
|
<term><command>ylwrap</command></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
@ -312,9 +312,10 @@ mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib</userinput></screen>
|
|||||||
|
|
||||||
<seglistitem>
|
<seglistitem>
|
||||||
<seg>c++, cc (link to gcc), cpp, g++, gcc,
|
<seg>c++, cc (link to gcc), cpp, g++, gcc,
|
||||||
gcc-ar, gcc-nm, gcc-ranlib, gccbug, and gcov</seg>
|
gcc-ar, gcc-nm, gcc-ranlib, and gcov</seg>
|
||||||
|
|
||||||
<seg>libgcc.a, libgcc_eh.a, libgcc_s.so, libgcov.a, libgomp.{a,so},
|
<seg>libasan.{a,so}, libatomic.{a,so}, libgcc.a, libgcc_eh.a,
|
||||||
|
libgcc_s.so, libgcov.a, libgomp.{a,so}, libitm.{a,so},
|
||||||
liblto_plugin.so, libmudflap.{a,so}, libmudflapth.{a,so},
|
liblto_plugin.so, libmudflap.{a,so}, libmudflapth.{a,so},
|
||||||
libquadmath.{a,so}, libssp.{a,so},
|
libquadmath.{a,so}, libssp.{a,so},
|
||||||
libssp_nonshared.a, libstdc++.{a,so} and libsupc++.a</seg>
|
libssp_nonshared.a, libstdc++.{a,so} and libsupc++.a</seg>
|
||||||
@ -418,16 +419,6 @@ mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib</userinput></screen>
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry id="gccbug">
|
|
||||||
<term><command>gccbug</command></term>
|
|
||||||
<listitem>
|
|
||||||
<para>A shell script used to help create useful bug reports</para>
|
|
||||||
<indexterm zone="ch-system-gcc gccbug">
|
|
||||||
<primary sortas="b-gccbug">gccbug</primary>
|
|
||||||
</indexterm>
|
|
||||||
</listitem>
|
|
||||||
</varlistentry>
|
|
||||||
|
|
||||||
<varlistentry id="gcov">
|
<varlistentry id="gcov">
|
||||||
<term><command>gcov</command></term>
|
<term><command>gcov</command></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
@ -81,10 +81,9 @@ cd ../glibc-build</userinput></screen>
|
|||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><parameter>--libexecdir=/usr/lib/glibc</parameter></term>
|
<term><parameter>--libexecdir=/usr/lib/glibc</parameter></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>This changes the location of the <command>pt_chown</command>
|
<para>This changes the location of some auxillary files from the
|
||||||
program from its default of <filename
|
default of <filename class="directory">/usr/libexec</filename> to
|
||||||
class="directory">/usr/libexec</filename> to <filename
|
<filename class="directory">/usr/lib/glibc</filename>.</para>
|
||||||
class="directory">/usr/lib/glibc</filename>.</para>
|
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
@ -414,7 +413,7 @@ mkdir -pv /etc/ld.so.conf.d</userinput></screen>
|
|||||||
<seglistitem>
|
<seglistitem>
|
||||||
<seg>catchsegv, gencat, getconf, getent, iconv, iconvconfig, ldconfig,
|
<seg>catchsegv, gencat, getconf, getent, iconv, iconvconfig, ldconfig,
|
||||||
ldd, lddlibc4, locale, localedef, makedb, mtrace, nscd, pcprofiledump,
|
ldd, lddlibc4, locale, localedef, makedb, mtrace, nscd, pcprofiledump,
|
||||||
pldd, pt_chown, rpcgen, sln, sotruss, sprof, tzselect, xtrace,
|
pldd, rpcgen, sln, sotruss, sprof, tzselect, xtrace,
|
||||||
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}, libc_nonshared.a, libcidn.so,
|
libbsd-compat.a, libc.{a,so}, libc_nonshared.a, libcidn.so,
|
||||||
@ -605,7 +604,7 @@ mkdir -pv /etc/ld.so.conf.d</userinput></screen>
|
|||||||
</indexterm>
|
</indexterm>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
<!--
|
||||||
<varlistentry id="pt_chown">
|
<varlistentry id="pt_chown">
|
||||||
<term><command>pt_chown</command></term>
|
<term><command>pt_chown</command></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
@ -616,7 +615,7 @@ mkdir -pv /etc/ld.so.conf.d</userinput></screen>
|
|||||||
</indexterm>
|
</indexterm>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
-->
|
||||||
<varlistentry id="rpcgen">
|
<varlistentry id="rpcgen">
|
||||||
<term><command>rpcgen</command></term>
|
<term><command>rpcgen</command></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
@ -102,7 +102,7 @@ ln -sv kmod /bin/lsmod</userinput></screen>
|
|||||||
<segtitle>Installed libraries</segtitle>
|
<segtitle>Installed libraries</segtitle>
|
||||||
|
|
||||||
<seglistitem>
|
<seglistitem>
|
||||||
<seg>depmod (link to kmod), insmod (link to kmod), kmod, kmod-nolib,
|
<seg>depmod (link to kmod), insmod (link to kmod), kmod,
|
||||||
lsmod (link to kmod), modinfo (link to kmod), modprobe (link to kmod),
|
lsmod (link to kmod), modinfo (link to kmod), modprobe (link to kmod),
|
||||||
and rmmod (link to kmod)</seg>
|
and rmmod (link to kmod)</seg>
|
||||||
<seg>/lib/kmod.so</seg>
|
<seg>/lib/kmod.so</seg>
|
||||||
|
@ -120,7 +120,7 @@ su nobody -s /bin/bash -c "PATH=$PATH make check"</userinput></screen>
|
|||||||
pg, pivot_root, prlimit, raw, readprofile, rename, renice, resizepart,
|
pg, pivot_root, prlimit, raw, readprofile, rename, renice, resizepart,
|
||||||
rev, rtcwake, script, scriptreplay, setarch, setsid, setterm, sfdisk,
|
rev, rtcwake, script, scriptreplay, setarch, setsid, setterm, sfdisk,
|
||||||
swaplabel, swapoff (link to swapon), swapon, switch_root, tailf,
|
swaplabel, swapoff (link to swapon), swapon, switch_root, tailf,
|
||||||
taskset, tunelp, ul, umount, unshare, utmpdump, uuidd, uuidgen, wall,
|
taskset, ul, umount, unshare, utmpdump, uuidd, uuidgen, wall,
|
||||||
wdctl, whereis, wipefs, and x86_64</seg>
|
wdctl, whereis, wipefs, and x86_64</seg>
|
||||||
|
|
||||||
<seg>libblkid.{a,so}, libmount.{a,so}, libuuid.{a,so}</seg>
|
<seg>libblkid.{a,so}, libmount.{a,so}, libuuid.{a,so}</seg>
|
||||||
@ -963,16 +963,6 @@ su nobody -s /bin/bash -c "PATH=$PATH make check"</userinput></screen>
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry id="tunelp">
|
|
||||||
<term><command>tunelp</command></term>
|
|
||||||
<listitem>
|
|
||||||
<para>Tunes the parameters of the line printer</para>
|
|
||||||
<indexterm zone="ch-system-util-linux tunelp">
|
|
||||||
<primary sortas="b-tunelp">tunelp</primary>
|
|
||||||
</indexterm>
|
|
||||||
</listitem>
|
|
||||||
</varlistentry>
|
|
||||||
|
|
||||||
<varlistentry id="ul">
|
<varlistentry id="ul">
|
||||||
<term><command>ul</command></term>
|
<term><command>ul</command></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
@ -55,8 +55,8 @@
|
|||||||
|
|
||||||
<seglistitem>
|
<seglistitem>
|
||||||
<seg>checkfs, cleanfs, console, functions, halt, ifdown,
|
<seg>checkfs, cleanfs, console, functions, halt, ifdown,
|
||||||
ifup, localnet, modules, mountfs, mountkernfs, network, rc, reboot,
|
ifup, localnet, modules, mountfs, mountvirtfs, network, rc, reboot,
|
||||||
sendsignals, setclock, static, swap, sysctl, sysklogd, template,
|
sendsignals, setclock, ipv4-static, swap, sysctl, sysklogd, template,
|
||||||
udev, and udev_retry</seg>
|
udev, and udev_retry</seg>
|
||||||
<seg>/etc/rc.d, /etc/init.d (symbolic link), /etc/sysconfig,
|
<seg>/etc/rc.d, /etc/init.d (symbolic link), /etc/sysconfig,
|
||||||
/lib/services, /lib/lsb (symbolic link)</seg>
|
/lib/services, /lib/lsb (symbolic link)</seg>
|
||||||
@ -179,13 +179,13 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry id="mountkernfs-bootscripts">
|
<varlistentry id="mountvirtfs-bootscripts">
|
||||||
<term><command>mountkernfs</command></term>
|
<term><command>mountvirtfs</command></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Mounts virtual kernel file systems, such as <systemitem
|
<para>Mounts virtual kernel file systems, such as <systemitem
|
||||||
class="filesystem">proc</systemitem></para>
|
class="filesystem">proc</systemitem></para>
|
||||||
<indexterm zone="ch-scripts-bootscripts mountkernfs-bootscripts">
|
<indexterm zone="ch-scripts-bootscripts mountvirtfs-bootscripts">
|
||||||
<primary sortas="d-mountkernfs">mountkernfs</primary>
|
<primary sortas="d-mountvirtfs">mountvirtfs</primary>
|
||||||
</indexterm>
|
</indexterm>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
@ -245,13 +245,13 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry id="static-bootscripts">
|
<varlistentry id="ipv4-static-bootscripts">
|
||||||
<term><command>static</command></term>
|
<term><command>ipv4-static</command></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Provides the functionality needed to assign a static Internet
|
<para>Provides the functionality needed to assign a static Internet
|
||||||
Protocol (IP) address to a network interface</para>
|
Protocol (IP) address to a network interface</para>
|
||||||
<indexterm zone="ch-scripts-bootscripts static-bootscripts">
|
<indexterm zone="ch-scripts-bootscripts ipv4-static-bootscripts">
|
||||||
<primary sortas="d-static">static</primary>
|
<primary sortas="d-ipv4-static">ipv4-static</primary>
|
||||||
</indexterm>
|
</indexterm>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
Loading…
Reference in New Issue
Block a user