diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-01-08 14:13:01 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-01-08 14:13:01 +0000 |
commit | 02213b996c3831ff523b5b5863b0b08f368e7589 (patch) | |
tree | 1056d9788309b21a88cb4cb1ca06dc183b399716 /chapter06/coreutils.xml | |
parent | d0a8e47d3b20faa43c684b9fe964c44b6397edc0 (diff) |
Upgrade to Coreutils-8.15. Fixes #2996.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9705 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/coreutils.xml')
-rw-r--r-- | chapter06/coreutils.xml | 23 |
1 files changed, 14 insertions, 9 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index dd8062acd..226a1d9bd 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -62,10 +62,6 @@ esac</userinput></screen> without this patch.</para> </note> - <para>The following patch fixes a bug in the testsuite:</para> - -<screen><userinput remap="pre">patch -Np1 -i ../&coreutils-tests-patch;</userinput></screen> - <para>Now prepare Coreutils for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr --libexecdir=/usr/lib \ @@ -155,11 +151,10 @@ sed -i s/\"1\"/\"8\"/1 /usr/share/man/man8/chroot.8</userinput></screen> 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, - printenv, printf, ptx, pwd, readlink, rm, rmdir, runcon, seq, sha1sum, - sha224sum, sha256sum, sha384sum, sha512sum, shred, shuf, sleep, sort, - split, stat, stdbuf, stty, sum, sync, tac, tail, tee, test, timeout, - touch, tr, true, truncate, tsort, tty, uname, unexpand, uniq, unlink, - users, vdir, wc, who, whoami, and yes</seg> + 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, + timeout, touch, tr, true, truncate, tsort, tty, uname, unexpand, uniq, + unlink, users, vdir, wc, who, whoami, and yes</seg> <seg>libstdbuf.so</seg> <seg>/usr/libexec/coreutils</seg> </seglistitem> @@ -782,6 +777,16 @@ sed -i s/\"1\"/\"8\"/1 /usr/share/man/man8/chroot.8</userinput></screen> </listitem> </varlistentry> + <varlistentry id="realpath"> + <term><command>realpath</command></term> + <listitem> + <para>Prints the resolved path</para> + <indexterm zone="ch-system-coreutils realpath"> + <primary sortas="b-realpath">realpath</primary> + </indexterm> + </listitem> + </varlistentry> + <varlistentry id="rm"> <term><command>rm</command></term> <listitem> |