Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/shadow.xml

    r6d6f242 r5287d52  
    9898    <para>Fix a simple programming error by modifying a file with following command:</para>
    9999
    100 <screen><userinput remap="pre">sed -e "224s/rounds = SHA_ROUNDS_DEFAULT/min_&amp;/" -i libmisc/salt.c</userinput></screen>
     100<screen><userinput remap="pre">sed -e "224s/rounds/min_rounds/" -i libmisc/salt.c</userinput></screen>
    101101
    102102    <para>Prepare Shadow for compilation:</para>
Note: See TracChangeset for help on using the changeset viewer.