mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Update list of installed files for Coreutils and DB.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8869 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
aa8ea3dca8
commit
c5b9277370
@ -144,15 +144,16 @@ mv -v /usr/bin/chroot /usr/sbin</userinput></screen>
|
||||
<segtitle>Installed programs</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>base64, basename, cat, chgrp, chmod, chown, chroot, cksum, comm,
|
||||
cp, csplit, cut, date, dd, df, dir, dircolors, dirname, du, echo, env,
|
||||
expand, expr, factor, false, fmt, fold, groups, head, hostid,
|
||||
<seg>base64, basename, cat, chgrp, chcon, chmod, chown, chroot, cksum,
|
||||
comm, cp, csplit, cut, date, dd, df, dir, dircolors, dirname, du, echo,
|
||||
env, expand, expr, factor, false, fmt, fold, groups, head, hostid,
|
||||
id, install, join, link, ln, logname, ls, md5sum, mkdir, mkfifo, mknod,
|
||||
mktemp, mv, nice, nl, nohup, od, paste, pathchk, pinky, pr, printenv, printf,
|
||||
ptx, pwd, readlink, rm, rmdir, seq, sha1sum, sha224sum, sha256sum,
|
||||
sha384sum, sha512sum, shred, shuf, sleep, sort, split, stat, stty, sum,
|
||||
sync, tac, tail, tee, test, touch, tr, true, tsort, tty, uname,
|
||||
unexpand, uniq, unlink, users, vdir, wc, who, whoami, and yes</seg>
|
||||
mktemp, mv, nice, nl, nohup, od, paste, pathchk, pinky, pr, printenv,
|
||||
printf, ptx, pwd, readlink, rm, rmdir, runcon, seq, sha1sum, sha224sum,
|
||||
sha256sum, sha384sum, sha512sum, shred, shuf, sleep, sort, split, stat,
|
||||
stty, sum, sync, tac, tail, tee, test, touch, tr, true, truncate, tsort,
|
||||
tty, uname, unexpand, uniq, unlink, users, vdir, wc, who, whoami, and
|
||||
yes</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
@ -192,6 +193,16 @@ mv -v /usr/bin/chroot /usr/sbin</userinput></screen>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="chcon">
|
||||
<term><command>chcon</command></term>
|
||||
<listitem>
|
||||
<para>Changes the security context of a file</para>
|
||||
<indexterm zone="ch-system-coreutils chcon">
|
||||
<primary sortas="b-chcon">chcon</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="chgrp">
|
||||
<term><command>chgrp</command></term>
|
||||
<listitem>
|
||||
@ -772,6 +783,16 @@ mv -v /usr/bin/chroot /usr/sbin</userinput></screen>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="runcon">
|
||||
<term><command>runcon</command></term>
|
||||
<listitem>
|
||||
<para>Runs a command with a specified security context</para>
|
||||
<indexterm zone="ch-system-coreutils runcon">
|
||||
<primary sortas="b-runcon">runcon</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="seq">
|
||||
<term><command>seq</command></term>
|
||||
<listitem>
|
||||
@ -1003,6 +1024,17 @@ mv -v /usr/bin/chroot /usr/sbin</userinput></screen>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="truncate">
|
||||
<term><command>truncate</command></term>
|
||||
<listitem>
|
||||
<para>Shrinks or extends the size of a file to the specified
|
||||
size</para>
|
||||
<indexterm zone="ch-system-coreutils truncate">
|
||||
<primary sortas="b-truncate">truncate</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="tsort">
|
||||
<term><command>tsort</command></term>
|
||||
<listitem>
|
||||
|
@ -132,8 +132,9 @@
|
||||
<segtitle>Installed libraries</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>db_archive, db_checkpoint, db_deadlock, db_dump, db_hotbackup,
|
||||
db_load, db_printlog, db_recover, db_stat, db_upgrade, and db_verify</seg>
|
||||
<seg>db_archive, db_checkpoint, db_codegen, db_deadlock, db_dump,
|
||||
db_hotbackup, db_load, db_printlog, db_recover, db_stat, db_upgrade, and
|
||||
db_verify</seg>
|
||||
<seg>libdb.{so,ar}and libdb_cxx.r{o,ar}</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
@ -163,6 +164,18 @@
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="db_codegen">
|
||||
<term><command>db_codegen</command></term>
|
||||
<listitem>
|
||||
<para>Generates application code to create and configure Berkeley DB
|
||||
database environments and databases based on a simple description
|
||||
language.</para>
|
||||
<indexterm zone="ch-system-db db_codegen">
|
||||
<primary sortas="b-db_codegen">db_codegen</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="db_deadlock">
|
||||
<term><command>db_deadlock</command></term>
|
||||
<listitem>
|
||||
|
Loading…
Reference in New Issue
Block a user