Changeset e926784b


Ignore:
Timestamp:
Feb 4, 2012, 2:55:26 PM (12 years ago)
Author:
Jonathan Norman <jon@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
5178eeb
Parents:
ff6796f
Message:

Fixed the coreutils permissions for the dummy user tests

Location:
BOOK
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/coreutils.xml

    rff6796f re926784b  
    6666    for a few files to allow this:</para>
    6767
    68 <screen os="m"><userinput>chown -Rv dummy config.log {gnulib-tests,lib,src}</userinput></screen>
     68<screen os="m"><userinput>chown -Rv dummy config.log {gnulib-tests,lib,src,tests}</userinput></screen>
    6969
    7070    <para os="n">Then run the remainder of the tests as the
  • BOOK/general.ent

    rff6796f re926784b  
    22
    33<!ENTITY month "01"> <!-- Use two digits -->
    4 <!ENTITY month_name "January">
    5 <!ENTITY day "30"> <!-- Use two digits -->
     4<!ENTITY month_name "Febuary">
     5<!ENTITY day "04"> <!-- Use two digits -->
    66<!ENTITY year "2012"> <!-- Use four digits -->
    77
  • BOOK/introduction/common/changelog.xml

    rff6796f re926784b  
    3636    </listitem>
    3737-->
     38
     39  <listitem>
     40    <para>Febuary 4, 2012</para>
     41    <itemizedlist>
     42      <listitem>
     43        <para>[Jonathan] - Fixed permissions issue when running tests on Coreutils as the dummy user.</para>
     44      </listitem>
     45    </itemizedlist>
     46  </listitem>
    3847
    3948  <listitem>
Note: See TracChangeset for help on using the changeset viewer.