Ignore:
Timestamp:
07/26/2021 01:10:18 AM (3 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
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, 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:
3388c22, de28837
Parents:
ff5c009
Message:

Package updates and stripping fixes
Add workaround to strip libraries correctly.
Update to shadow-4.9.
Update to util-linux 2.37.1.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/shadow.xml

    rff5c009 rff96923  
    9090<screen role="nodump"><userinput>sed -i 's:DICTPATH.*:DICTPATH\t/lib/cracklib/pw_dict:' etc/login.defs</userinput></screen>
    9191    </note>
    92 
     92<!--
    9393    <para>Make a minor change to make the first group number generated
    9494    by useradd 1000:</para>
    9595
    9696<screen><userinput remap="pre">sed -i 's/1000/999/' etc/useradd</userinput></screen>
    97 
     97-->
    9898    <para>Prepare Shadow for compilation:</para>
    9999
     
    125125    <para>Compile the package:</para>
    126126
    127 <screen><userinput remap="make">make</userinput></screen>
     127    <screen><userinput remap="make">make</userinput></screen>
    128128
    129129    <para>This package does not come with a test suite.</para>
     
    131131    <para>Install the package:</para>
    132132
    133 <screen><userinput remap="install">make exec_prefix=/usr install</userinput></screen>
     133    <screen><userinput remap="install">make exec_prefix=/usr install
     134make -C man install-man
     135mkdir -p /etc/default
     136useradd -D --gid 999</userinput></screen>
    134137
    135138  </sect2>
Note: See TracChangeset for help on using the changeset viewer.