Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/shadow.xml

    rb029aa8 rade3efa  
    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.