Changeset f94c8ba for chapter08


Ignore:
Timestamp:
01/15/2022 04:45:10 AM (2 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
multilib
Children:
1e15437
Parents:
aa95507 (diff), ade3efa (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:

Automatic merge of trunk into multilib

Location:
chapter08
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter08/meson.xml

    raa95507 rf94c8ba  
    4949    <title>Installation of Meson</title>
    5050
    51 <!-- Applied in 0.56.2
    52     <para>First, apply a patch that fixes an issue with pkgconfig files
    53     for static libraries:</para>
     51    <para>First, apply a patch that fixes an issue identified upstream:</para>
    5452
    5553<screen><userinput remap="pre">patch -Np1 -i ../&meson-fix-patch;</userinput></screen>
    56 -->
    5754    <para>Compile Meson with the following command:</para>
     55
    5856
    5957<screen><userinput remap="make">python3 setup.py build</userinput></screen>
  • chapter08/shadow.xml

    raa95507 rf94c8ba  
    4141  <sect2 role="installation">
    4242    <title>Installation of Shadow</title>
    43 
    44     <para>First, apply a fix to prevent a segmentation fault when running
    45     <command>useradd</command>:</para>
    46 
    47 <!-- Hardcoding the patch version because it has been merged upstream and
    48      the patch will be unnecessary when the next version is released. -->
    49 
    50 <screen><userinput remap="pre">patch -Np1 -i ../shadow-4.10-useradd_segfault-1.patch</userinput></screen>
    5143
    5244    <note>
     
    10496<screen><userinput remap="pre">sed -i 's/1000/999/' etc/useradd</userinput></screen>
    10597-->
     98<!--
    10699    <para>Fix a simple programming error by modifying a file with following command:</para>
    107100
    108101<screen><userinput remap="pre">sed -e "224s/rounds/min_rounds/" -i libmisc/salt.c</userinput></screen>
    109 
     102-->
    110103    <para>Prepare Shadow for compilation:</para>
    111104
     
    122115          <para>The file <filename>/usr/bin/passwd</filename> needs
    123116          to exist because its location is harcoded in some programs, and
    124           the default location if it does not exist is not right.</para>
     117          if it does not exist, the default location is not right.</para>
    125118        </listitem>
    126119      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.