Simplify the new sed

This commit is contained in:
Thomas Trepl (Moody) 2021-07-27 11:54:51 +02:00
parent 6d6f242029
commit 5287d521e9

View File

@ -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_&amp;/" -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>