diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2011-12-05 22:21:13 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2011-12-05 22:21:13 +0000 |
commit | 3119ddc558b2cd4c57c2cb5c4d1e5d1c36f53901 (patch) | |
tree | d7b1d80b259a54553240f48a5c813c6b2bdeb138 /chapter06/glibc.xml | |
parent | bf10add2f2e1b9f738398b303cae53cbc87f1d56 (diff) |
Update list of installed files in a number of packages. Fixes #2979.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9688 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/glibc.xml')
-rw-r--r-- | chapter06/glibc.xml | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 7787da2d2..33beee5bf 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -415,7 +415,7 @@ mkdir /etc/ld.so.conf.d</userinput></screen> <seglistitem> <seg>catchsegv, gencat, getconf, getent, iconv, iconvconfig, ldconfig, ldd, lddlibc4, locale, localedef, mtrace, nscd, pcprofiledump, - pt_chown, rpcgen, rpcinfo, sln, sprof, tzselect, xtrace, + pt_chown, rpcgen, sln, sotruss, sprof, tzselect, xtrace, zdump, and zic</seg> <seg>ld.so, libBrokenLocale.{a,so}, libSegFault.so, libanl.{a,so}, libbsd-compat.a, libc.{a,so}, libc_nonshared.a, libcidn.so, @@ -431,8 +431,8 @@ mkdir /etc/ld.so.conf.d</userinput></screen> /usr/include/netipx, /usr/include/netiucv, /usr/include/netpacket, /usr/include/netrom, /usr/include/netrose, /usr/include/nfs, /usr/include/protocols, /usr/include/rpc, /usr/include/rpcsvc, - /usr/include/sys, /usr/lib/gconv, /usr/lib/glibc, /usr/lib/locale, - /usr/share/i18n, /usr/share/zoneinfo</seg> + /usr/include/sys, /usr/lib/audit, /usr/lib/gconv, /usr/lib/glibc, + /usr/lib/locale, /usr/share/i18n, /usr/share/zoneinfo</seg> </seglistitem> </segmentedlist> @@ -609,16 +609,6 @@ mkdir /etc/ld.so.conf.d</userinput></screen> </listitem> </varlistentry> - <varlistentry id="rpcinfo"> - <term><command>rpcinfo</command></term> - <listitem> - <para>Makes an RPC call to an RPC server</para> - <indexterm zone="ch-system-glibc rpcinfo"> - <primary sortas="b-rpcinfo">rpcinfo</primary> - </indexterm> - </listitem> - </varlistentry> - <varlistentry id="sln"> <term><command>sln</command></term> <listitem> @@ -629,6 +619,16 @@ mkdir /etc/ld.so.conf.d</userinput></screen> </listitem> </varlistentry> + <varlistentry id="sotruss"> + <term><command>sotruss</command></term> + <listitem> + <para>Traces shared library procedure calls of a specified command</para> + <indexterm zone="ch-system-glibc sotruss"> + <primary sortas="b-sotruss">sotruss</primary> + </indexterm> + </listitem> + </varlistentry> + <varlistentry id="sprof"> <term><command>sprof</command></term> <listitem> |