|
@@ -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>
|