aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2005-10-31 19:55:28 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2005-10-31 19:55:28 +0000
commit804a46a4a407c3e057430e397d61eec513680da1 (patch)
tree3ebc5de763a8b4506e877cff9ea5269a159d3e82 /chapter06
parent694c45d2376c18bbc342582154dc0c7a4430200c (diff)
Upgrade to shadow 4.0.13
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7114 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/shadow.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml
index 2415453ee..539fa90b5 100644
--- a/chapter06/shadow.xml
+++ b/chapter06/shadow.xml
@@ -36,6 +36,11 @@ Diffutils, GCC, Gettext, Glibc, Grep, Make, and Sed</seg></seglistitem>
prior to building Shadow. Then add <parameter>--with-libcrack</parameter> to the
<command>configure</command> command below.</para></note>
+<para>Apply a patch to fix a number of incorrect assumptions in Shadow's
+<command>configure</command> script:</para>
+
+<screen><userinput>patch -Np1 -i ../&shadow-configure-patch;</userinput></screen>
+
<para>Prepare Shadow for compilation:</para>
<screen><userinput>./configure --libdir=/lib --enable-shared</userinput></screen>
@@ -82,7 +87,7 @@ the <command>sed</command> given below:</para>
<screen><userinput>sed -e's@#MD5_CRYPT_ENAB.no@MD5_CRYPT_ENAB yes@' \
-e 's@/var/spool/mail@/var/mail@' \
- etc/login.defs.linux &gt; /etc/login.defs</userinput></screen>
+ etc/login.defs &gt; /etc/login.defs</userinput></screen>
<para>Move a misplaced program to its proper location:</para>