Added a missing command (patch installation) to the Shadow instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5326 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2005-11-29 16:36:33 +00:00
parent d8684cbc10
commit 90bc17381c

View File

@ -79,7 +79,8 @@
<para>Reinstall <application>Shadow</application> by running the following
commands:</para>
<screen><userinput>./configure --libdir=/lib --enable-shared \
<screen><userinput>patch -Np1 -i ../shadow-&shadow-version;-configure_fix-1.patch &amp;&amp;
./configure --libdir=/lib --enable-shared \
--with-libpam --without-libcrack &amp;&amp;
sed -i 's/groups$(EXEEXT) //' src/Makefile &amp;&amp;
find man -name Makefile -exec sed -i '/groups/d' &amp;&amp;