From c5b927737088e371b430001b98dd6ac49e254f4f Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Sun, 10 May 2009 16:57:14 +0000 Subject: 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 --- chapter06/coreutils.xml | 48 ++++++++++++++++++++++++++++++++++++++++-------- chapter06/db.xml | 17 +++++++++++++++-- 2 files changed, 55 insertions(+), 10 deletions(-) (limited to 'chapter06') diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index 6c4f3cb24..3334e96b3 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -144,15 +144,16 @@ mv -v /usr/bin/chroot /usr/sbin Installed programs - 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, + 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 + 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 @@ -192,6 +193,16 @@ mv -v /usr/bin/chroot /usr/sbin + + chcon + + Changes the security context of a file + + chcon + + + + chgrp @@ -772,6 +783,16 @@ mv -v /usr/bin/chroot /usr/sbin + + runcon + + Runs a command with a specified security context + + runcon + + + + seq @@ -1003,6 +1024,17 @@ mv -v /usr/bin/chroot /usr/sbin + + truncate + + Shrinks or extends the size of a file to the specified + size + + truncate + + + + tsort diff --git a/chapter06/db.xml b/chapter06/db.xml index 17c53eaf1..d54322358 100644 --- a/chapter06/db.xml +++ b/chapter06/db.xml @@ -132,8 +132,9 @@ Installed libraries - db_archive, db_checkpoint, db_deadlock, db_dump, db_hotbackup, - db_load, db_printlog, db_recover, db_stat, db_upgrade, and db_verify + 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 libdb.{so,ar}and libdb_cxx.r{o,ar} @@ -163,6 +164,18 @@ + + db_codegen + + Generates application code to create and configure Berkeley DB + database environments and databases based on a simple description + language. + + db_codegen + + + + db_deadlock -- cgit v1.2.3-54-g00ecf