Changeset 030875a8


Ignore:
Timestamp:
04/22/2014 06:28:32 PM (10 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
b1433e0
Parents:
b17411e
Message:

Update users so all acl tests pass

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10546 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rb17411e r030875a8  
    4040      <itemizedlist>
    4141        <listitem>
     42          <para>[bdubbs] - Update users so all acl tests pass. Fixes
     43          <ulink url="&lfs-ticket-root;3548">#3548</ulink>.</para>
     44        </listitem>
     45        <listitem>
    4246          <para>[krejzi] - Fix a segfault in shuf program from
    4347          Coreutils. Fixes
  • chapter06/createfiles.xml

    rb17411e r030875a8  
    6767<literal>root:x:0:0:root:/root:/bin/bash
    6868bin:x:1:1:bin:/dev/null:/bin/false
     69daemon:x:6:6:Daemon User:/dev/null:/bin/false
    6970messagebus:x:18:18:D-Bus Message Daemon User:/var/run/dbus:/bin/false
    7071nobody:x:99:99:Unprivileged User:/dev/null:/bin/false</literal>
     
    7980<screen><userinput>cat &gt; /etc/group &lt;&lt; "EOF"
    8081<literal>root:x:0:
    81 bin:x:1:
     82bin:x:1:daemon
    8283sys:x:2:
    8384kmem:x:3:
     
    9899systemd-journal:x:23:
    99100mail:x:34:
    100 nogroup:x:99:</literal>
     101nogroup:x:99:
     102users:x:999:</literal>
    101103EOF</userinput></screen>
    102104
     
    104106  decided on in part by the requirements of the Udev configuration in this
    105107  chapter, and in part by common convention employed by a number of existing
    106   Linux distributions. The Linux Standard Base (LSB, available at <ulink
     108  Linux distributions. In addition, some test suites rely on specific users
     109  or groups.  The Linux Standard Base (LSB, available at <ulink
    107110  url="http://www.linuxbase.org"/>) recommends only that, besides the group
    108111  <systemitem class="groupname">root</systemitem> with a Group ID (GID) of 0,
  • chapter06/shadow.xml

    rb17411e r030875a8  
    7272<screen role="nodump"><userinput>sed -i 's@DICTPATH.*@DICTPATH\t/lib/cracklib/pw_dict@' etc/login.defs</userinput></screen>
    7373    </note>
     74
     75    <para>Make a minor change to make the default useradd consistent with the LFS
     76    groups file:</para>
     77
     78<screen><userinput remap="pre">sed -i 's/1000/999/' etc/useradd</userinput></screen>
    7479
    7580    <para>Prepare Shadow for compilation:</para>
Note: See TracChangeset for help on using the changeset viewer.