Changeset 030875a8
- Timestamp:
- 04/22/2014 06:28:32 PM (9 years ago)
- 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, 7.10, 7.10-rc1, 7.6, 7.6-rc1, 7.7, 7.7-rc1, 7.8, 7.8-rc1, 7.9, 7.9-rc1, 7.9-rc2, 8.0, 8.0-rc1, 8.1, 8.1-rc1, 8.1-rc2, 8.2, 8.2-rc1, 8.3, 8.3-rc1, 8.3-rc2, 8.4, 8.4-rc1, 9.0, 9.0-rc1, 9.1, 9.1-rc1, BOOK.old, arm, bdubbs/gcc13, cross-chap5, hybrid, ml-11.0, multilib, nosym, old-trunk, s6-init, trunk, xry111/arm64, xry111/clfs-ng, xry111/git-transition, xry111/glibc-2.34, xry111/glibc-2.37, xry111/kcfg-revise, xry111/lfs-next, xry111/pip3, xry111/queue-11.3, xry111/rust-wip-20221008, xry111/tester-nohack, xry111/usr-move
- Children:
- b1433e0
- Parents:
- b17411e
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
rb17411e r030875a8 40 40 <itemizedlist> 41 41 <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> 42 46 <para>[krejzi] - Fix a segfault in shuf program from 43 47 Coreutils. Fixes -
chapter06/createfiles.xml
rb17411e r030875a8 67 67 <literal>root:x:0:0:root:/root:/bin/bash 68 68 bin:x:1:1:bin:/dev/null:/bin/false 69 daemon:x:6:6:Daemon User:/dev/null:/bin/false 69 70 messagebus:x:18:18:D-Bus Message Daemon User:/var/run/dbus:/bin/false 70 71 nobody:x:99:99:Unprivileged User:/dev/null:/bin/false</literal> … … 79 80 <screen><userinput>cat > /etc/group << "EOF" 80 81 <literal>root:x:0: 81 bin:x:1: 82 bin:x:1:daemon 82 83 sys:x:2: 83 84 kmem:x:3: … … 98 99 systemd-journal:x:23: 99 100 mail:x:34: 100 nogroup:x:99:</literal> 101 nogroup:x:99: 102 users:x:999:</literal> 101 103 EOF</userinput></screen> 102 104 … … 104 106 decided on in part by the requirements of the Udev configuration in this 105 107 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 107 110 url="http://www.linuxbase.org"/>) recommends only that, besides the group 108 111 <systemitem class="groupname">root</systemitem> with a Group ID (GID) of 0, -
chapter06/shadow.xml
rb17411e r030875a8 72 72 <screen role="nodump"><userinput>sed -i 's@DICTPATH.*@DICTPATH\t/lib/cracklib/pw_dict@' etc/login.defs</userinput></screen> 73 73 </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> 74 79 75 80 <para>Prepare Shadow for compilation:</para>
Note:
See TracChangeset
for help on using the changeset viewer.