Changeset 5287d52


Ignore:
Timestamp:
07/27/2021 09:54:51 AM (3 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
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:
953fd1f, d1592b9
Parents:
6d6f242
Message:

Simplify the new sed

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.