Ignore:
Timestamp:
05/10/2009 04:57:14 PM (15 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
90aae6b
Parents:
aa8ea3d
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/coreutils.xml

    raa8ea3d rc5b9277  
    145145
    146146      <seglistitem>
    147         <seg>base64, basename, cat, chgrp, chmod, chown, chroot, cksum, comm,
    148         cp, csplit, cut, date, dd, df, dir, dircolors, dirname, du, echo, env,
    149         expand, expr, factor, false, fmt, fold, groups, head, hostid,
     147        <seg>base64, basename, cat, chgrp, chcon, chmod, chown, chroot, cksum,
     148        comm, cp, csplit, cut, date, dd, df, dir, dircolors, dirname, du, echo,
     149        env, expand, expr, factor, false, fmt, fold, groups, head, hostid,
    150150        id, install, join, link, ln, logname, ls, md5sum, mkdir, mkfifo, mknod,
    151         mktemp, mv, nice, nl, nohup, od, paste, pathchk, pinky, pr, printenv, printf,
    152         ptx, pwd, readlink, rm, rmdir, seq, sha1sum, sha224sum, sha256sum,
    153         sha384sum, sha512sum, shred, shuf, sleep, sort, split, stat, stty, sum,
    154         sync, tac, tail, tee, test, touch, tr, true, tsort, tty, uname,
    155         unexpand, uniq, unlink, users, vdir, wc, who, whoami, and yes</seg>
     151        mktemp, mv, nice, nl, nohup, od, paste, pathchk, pinky, pr, printenv,
     152        printf, ptx, pwd, readlink, rm, rmdir, runcon, seq, sha1sum, sha224sum,
     153        sha256sum, sha384sum, sha512sum, shred, shuf, sleep, sort, split, stat,
     154        stty, sum, sync, tac, tail, tee, test, touch, tr, true, truncate, tsort,
     155        tty, uname, unexpand, uniq, unlink, users, vdir, wc, who, whoami, and
     156        yes</seg>
    156157      </seglistitem>
    157158    </segmentedlist>
     
    189190          <indexterm zone="ch-system-coreutils cat">
    190191            <primary sortas="b-cat">cat</primary>
     192          </indexterm>
     193        </listitem>
     194      </varlistentry>
     195
     196      <varlistentry id="chcon">
     197        <term><command>chcon</command></term>
     198        <listitem>
     199          <para>Changes the security context of a file</para>
     200          <indexterm zone="ch-system-coreutils chcon">
     201            <primary sortas="b-chcon">chcon</primary>
    191202          </indexterm>
    192203        </listitem>
     
    773784      </varlistentry>
    774785
     786      <varlistentry id="runcon">
     787        <term><command>runcon</command></term>
     788        <listitem>
     789          <para>Runs a command with a specified security context</para>
     790          <indexterm zone="ch-system-coreutils runcon">
     791            <primary sortas="b-runcon">runcon</primary>
     792          </indexterm>
     793        </listitem>
     794      </varlistentry>
     795
    775796      <varlistentry id="seq">
    776797        <term><command>seq</command></term>
     
    10041025      </varlistentry>
    10051026
     1027      <varlistentry id="truncate">
     1028        <term><command>truncate</command></term>
     1029        <listitem>
     1030          <para>Shrinks or extends the size of a file to the specified
     1031          size</para>
     1032          <indexterm zone="ch-system-coreutils truncate">
     1033            <primary sortas="b-truncate">truncate</primary>
     1034          </indexterm>
     1035        </listitem>
     1036      </varlistentry>
     1037
    10061038      <varlistentry id="tsort">
    10071039        <term><command>tsort</command></term>
Note: See TracChangeset for help on using the changeset viewer.