samba: remove a sed unneeded with samba >= 4.13.3

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24147 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Xi Ruoyao 2021-01-27 04:15:55 +00:00
parent ba768b11ec
commit 4fb17b4a51

View File

@ -174,13 +174,6 @@
<sect2 role="installation">
<title>Installation of Samba</title>
<para>
Fix a file that fails to compile with Glibc-2.32:
</para>
<screen><userinput>sed -r 's/nss_(setpw|endpw|setgr|endgr)ent/my_&amp;/' \
-i nsswitch/nsstest.c</userinput></screen>
<para>
Fix a test that always fails:
</para>