mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
Simplify the new sed
This commit is contained in:
parent
6d6f242029
commit
5287d521e9
@ -97,7 +97,7 @@ find man -name Makefile.in -exec sed -i 's/passwd\.5 / /' {} \;</userinput></s
|
||||
-->
|
||||
<para>Fix a simple programming error by modifying a file with following command:</para>
|
||||
|
||||
<screen><userinput remap="pre">sed -e "224s/rounds = SHA_ROUNDS_DEFAULT/min_&/" -i libmisc/salt.c</userinput></screen>
|
||||
<screen><userinput remap="pre">sed -e "224s/rounds/min_rounds/" -i libmisc/salt.c</userinput></screen>
|
||||
|
||||
<para>Prepare Shadow for compilation:</para>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user