aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/shadowpwd-inst.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/shadowpwd-inst.xml')
-rw-r--r--chapter06/shadowpwd-inst.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/chapter06/shadowpwd-inst.xml b/chapter06/shadowpwd-inst.xml
index c840033dc..010f0b3de 100644
--- a/chapter06/shadowpwd-inst.xml
+++ b/chapter06/shadowpwd-inst.xml
@@ -41,6 +41,13 @@ so that it gets hard-wired properly:</para>
<para><screen><userinput>touch /usr/bin/passwd</userinput></screen></para>
+<para>The current shadow suite has a problem in the newgrp command which causes
+it to fail. The following patch (also appearing in Shadow's CVS code) fixes
+this problem.</para>
+
+<para><screen><userinput>patch -Np1 -i ../shadow-&shadow-patch-version;.patch
+</userinput></screen></para>
+
<para>Now prepare Shadow for compilation:</para>
<para><screen><userinput>./configure --prefix=/usr --libdir=/usr/lib --enable-shared</userinput></screen></para>