|
@@ -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>
|