mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
Fix a programming error in shadow-4.9
This commit is contained in:
parent
de28837402
commit
6d6f242029
@ -43,6 +43,15 @@
|
||||
appropriate for the entry or if needed the entire day's listitem.
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>2021-07-26</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[thomas] - Fix a programming error in shadow-4.9</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>2021-07-25</para>
|
||||
<itemizedlist>
|
||||
|
@ -95,6 +95,10 @@ find man -name Makefile.in -exec sed -i 's/passwd\.5 / /' {} \;</userinput></s
|
||||
|
||||
<screen><userinput remap="pre">sed -i 's/1000/999/' etc/useradd</userinput></screen>
|
||||
-->
|
||||
<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>
|
||||
|
||||
<para>Prepare Shadow for compilation:</para>
|
||||
|
||||
<screen><userinput remap="configure">touch /usr/bin/passwd
|
||||
|
Loading…
Reference in New Issue
Block a user