From f6b1d91be56ece5e06e379ca6efcddb1afc70543 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sun, 8 Dec 2013 00:19:47 +0000 Subject: [PATCH] Updates to the installed programs lists for several packages git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10383 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 5 +++++ chapter06/coreutils.xml | 12 +++++++++- chapter06/e2fsprogs.xml | 47 ++++++++++++++++++++++++++++++++++++++-- chapter06/gawk.xml | 2 +- chapter06/gcc.xml | 12 +++++++++- chapter06/texinfo.xml | 4 ++-- chapter06/util-linux.xml | 26 +++++++++++++++++++--- 7 files changed, 98 insertions(+), 10 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 85e0050aa..b0213ba6d 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -38,6 +38,11 @@ 2013-12-07 + + [bdubbs] - Updates to the installed programs lists + for several packages. Thanks to Chris Staub. Fixes + #3432. + [bdubbs] - Fix location of binaries and libraries for kmod and xz. Fixes diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index 4cd12a30e..6bed1c8e3 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -149,7 +149,7 @@ sed -i s/\"1\"/\"8\"/1 /usr/share/man/man8/chroot.8 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, nproc, od, paste, pathchk, pinky, pr, + mktemp, mv, nice, nl, nohup, nproc, numfmt, od, paste, pathchk, pinky, pr, printenv, printf, ptx, pwd, readlink, realpath, rm, rmdir, runcon, seq, sha1sum, sha224sum, sha256sum, sha384sum, sha512sum, shred, shuf, sleep, sort, split, stat, stdbuf, stty, sum, sync, tac, tail, tee, test, @@ -673,6 +673,16 @@ sed -i s/\"1\"/\"8\"/1 /usr/share/man/man8/chroot.8 + + numfmt + + Converts numbers to or from human-readable strings + + numfmt + + + + od diff --git a/chapter06/e2fsprogs.xml b/chapter06/e2fsprogs.xml index 25be981f7..8d5cdc076 100644 --- a/chapter06/e2fsprogs.xml +++ b/chapter06/e2fsprogs.xml @@ -166,8 +166,8 @@ install-info --dir-file=/usr/share/info/dir /usr/share/info/com_err.infoInstalled directory - badblocks, chattr, compile_et, debugfs, dumpe2fs, - e2fsck, e2image, e2label, e2undo, fsck.ext2, + badblocks, chattr, compile_et, debugfs, dumpe2fs,e2freefrag, + e2fsck, e2image, e2label, e2undo, e4defrag, filefrag, fsck.ext2, fsck.ext3, fsck.ext4, fsck.ext4dev, logsave, lsattr, mk_cmds, mke2fs, mkfs.ext2, mkfs.ext3, mkfs.ext4, mkfs.ext4dev, resize2fs, and tune2fs @@ -243,6 +243,16 @@ install-info --dir-file=/usr/share/info/dir /usr/share/info/com_err.info + + e2freefrag + + Reports free space fragmentation information + + e2freefrag + + + + e2fsck @@ -290,6 +300,26 @@ install-info --dir-file=/usr/share/info/dir /usr/share/info/com_err.info + + e4defrag + + Online defragmenter for ext4 filesystems + + e4defrag + + + + + + filefrag + + Reports on how badly fragmented a particular file might be + + filefrag + + + + fsck.ext2 @@ -424,6 +454,19 @@ install-info --dir-file=/usr/share/info/dir /usr/share/info/com_err.info + + mklost+found + + Used to create a lost+found + directory on an ext2 file + system; it pre-allocates disk blocks to this directory to lighten the + task of e2fsck + + mklost+found + + + + resize2fs diff --git a/chapter06/gawk.xml b/chapter06/gawk.xml index 068cccfc8..3db79a01c 100644 --- a/chapter06/gawk.xml +++ b/chapter06/gawk.xml @@ -76,7 +76,7 @@ cp -v doc/{awkforai.txt,*.{eps,pdf,jpg}} /usr/share/doc/gawk-&gawk-version;filefuncs.so, fnmatch.so, fork.so, inplace.so, ordchr.so, readdir.so, readfile.so, revoutput.so, revtwoway.so, rwarray.so, testext.so, and time.so - /usr/lib/{,g}awk, /usr/share/awk + /usr/lib/{,g}awk, /usr/share/awk, /usr/share/doc/gawk-&gawk-version; diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index 9f103f716..e9e0dbe04 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -318,7 +318,7 @@ mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib libgcc_s.so, libgcov.a, libgomp.{a,so}, libitm.{a,so}, liblto_plugin.so, libmudflap.{a,so}, libmudflapth.{a,so}, libquadmath.{a,so}, libssp.{a,so}, - libssp_nonshared.a, libstdc++.{a,so} and libsupc++.a + libssp_nonshared.a, libstdc++.{a,so}, libsupc++.a and libtsan.{a,so} /usr/include/c++, /usr/lib/gcc, /usr/share/gcc-&gcc-version; @@ -526,6 +526,16 @@ mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib + + libtsan + + The Thread Sanitizer runtime library + + libtsan + + + + diff --git a/chapter06/texinfo.xml b/chapter06/texinfo.xml index 3bac8536c..e34678367 100644 --- a/chapter06/texinfo.xml +++ b/chapter06/texinfo.xml @@ -100,8 +100,8 @@ done Installed directory - info, infokey, install-info, makeinfo, pdftexi2dvi, - pod2texi, texi2any, texi2dvi, texi2pdf, and texindex + info, infokey, install-info, makeinfo (link to texi2any), + pdftexi2dvi, pod2texi, texi2any, texi2dvi, texi2pdf, and texindex /usr/share/texinfo diff --git a/chapter06/util-linux.xml b/chapter06/util-linux.xml index 13a386374..96949d86f 100644 --- a/chapter06/util-linux.xml +++ b/chapter06/util-linux.xml @@ -116,11 +116,11 @@ su nobody -s /bin/bash -c "PATH=$PATH make -k check" Installed directories - addpart, agetty, blkid, blockdev, cal, cfdisk, chcpu, + addpart, agetty, blkdiscard, blkid, blockdev, cal, cfdisk, chcpu, chrt, col, colcrt, colrm, column, ctrlaltdel, cytune, delpart, dmesg, eject, fallocate, fdformat, fdisk, findfs, findmnt, flock, fsck, fsck.cramfs, fsck.minix, fsfreeze, fstrim, getopt, hexdump, hwclock, i386, - ionice, ipcmk, ipcrm, ipcs, isosize, ldattach, linux32, linux64, + ionice, ipcmk, ipcrm, ipcs, isosize, kill, ldattach, linux32, linux64, logger, look, losetup, lsblk, lscpu, lslocks, mcookie, mkfs, mkfs.bfs, mkfs.cramfs, mkfs.minix, mkswap, more, mount, mountpoint, namei, partx, pg, pivot_root, prlimit, raw, readprofile, rename, renice, resizepart, @@ -132,7 +132,7 @@ su nobody -s /bin/bash -c "PATH=$PATH make -k check" libblkid.{a,so}, libmount.{a,so}, libuuid.{a,so} /usr/include/blkid, /usr/include/libmount, /usr/include/uuid, - /usr/share/getopt, /var/lib/hwclock + /usr/share/doc/util-linux/getopt, /var/lib/hwclock @@ -162,6 +162,16 @@ su nobody -s /bin/bash -c "PATH=$PATH make -k check" + + blkdiscard + + Discards sectors on a device + + blkdiscard + + + + blkid @@ -731,6 +741,16 @@ su nobody -s /bin/bash -c "PATH=$PATH make -k check" + + nsenter + + Runs a program with namespaces of other processes + + nsenter + + + + partx