Ignore:
Timestamp:
02/27/2024 03:52:31 PM (6 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/arm64
Children:
e4e7ffb
Parents:
648f145 (diff), 23f4367 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge remote-tracking branch 'origin/trunk' into xry111/arm64

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/coreutils.xml

    r648f145 r328eb6f  
    122122    compile and run the tests:</para>
    123123
    124 <screen><userinput remap="test">chown -Rv tester . </userinput></screen>
     124<screen><userinput remap="test">chown -R tester . </userinput></screen>
    125125
    126126    <para>Now run the tests:</para>
     
    130130<!-- Sometimes skipped, but if not it may fail.
    131131     Please DO NOT remove or comment out this unless we can fully
    132      understand it!  -->
     132     understand it!
    133133    <para>The test-getlogin test may fail in the LFS chroot environment.</para>
     134    20240226: Commented out as it seems the upstream has root-caused and
     135    fixed the issue.  I've checked the fix is in Coreutils 9.4 release
     136    tarball:
     137
     138    https://lists.gnu.org/archive/html/bug-gnulib/2022-06/msg00079.html
     139-->
    134140
    135141    <para>Remove the temporary group:</para>
     
    12621268        <term><command>yes</command></term>
    12631269        <listitem>
    1264           <para>Repeatedly outputs <quote>y</quote>, or a given string, until
    1265           killed</para>
     1270          <para>Repeatedly outputs <literal>y</literal> or a given string,
     1271          until killed</para>
    12661272          <indexterm zone="ch-system-coreutils yes">
    12671273            <primary sortas="b-yes">yes</primary>
Note: See TracChangeset for help on using the changeset viewer.