diff options
Diffstat (limited to 'chapter06/coreutils.xml')
-rw-r--r-- | chapter06/coreutils.xml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index 18cfe5063..065643edb 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -40,11 +40,6 @@ <sect2 role="installation"> <title>Installation of Coreutils</title> -<!-- - <para>First, fix a segfault in <command>shuf</command> program:</para> - -<screen><userinput remap="pre">patch -Np1 -i ../&coreutils-shuf-segfault-patch;</userinput></screen> ---> <para>POSIX requires that programs from Coreutils recognize character boundaries correctly even in multibyte locales. The following patch fixes @@ -117,7 +112,7 @@ <screen><userinput remap="test">su nobody -s /bin/bash \ -c "PATH=$PATH make RUN_EXPENSIVE_TESTS=yes check"</userinput></screen> - <para>The stty-pairs test is known to fail on a virtual console, but + <para>The test-getlogin test is known to fail on a virtual console, but passes if run in a X terminal.</para> <para>Remove the temporary group:</para> |