From a5933e25fe92578b61010733e7e327d9f634ccdc Mon Sep 17 00:00:00 2001 From: Randy McMurchy Date: Sun, 5 Oct 2008 22:34:54 +0000 Subject: Updated Coreutils to 6.12, thanks to William Immendorf for contributing a patch to add the mktemp program information to the Coreutils page git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8581 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/coreutils.xml | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) (limited to 'chapter06/coreutils.xml') diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index f89e607dc..b82d23293 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -48,22 +48,22 @@ patch -Np1 -i ../&coreutils-uname-patch; - POSIX requires that programs from Coreutils recognize character + Coreutils sometimes fails to buld when using an old kernel so apply + a patch: + +patch -Np1 -i ../&coreutils-old-kernel-patch; + + Now prepare Coreutils for compilation: @@ -148,7 +148,7 @@ mv -v /usr/bin/chroot /usr/sbin cp, csplit, cut, date, dd, df, dir, dircolors, dirname, du, echo, env, expand, expr, factor, false, fmt, fold, groups, head, hostid, hostname, id, install, join, link, ln, logname, ls, md5sum, mkdir, mkfifo, mknod, - mv, nice, nl, nohup, od, paste, pathchk, pinky, pr, printenv, printf, + 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, @@ -607,6 +607,16 @@ mv -v /usr/bin/chroot /usr/sbin + + mktemp + + Creates temporary files in a secure manner; it is used in scripts + + mktemp + + + + mv -- cgit v1.2.3-54-g00ecf