diff options
author | Jeremy Utley <jeremy@linuxfromscratch.org> | 2003-09-01 19:29:40 +0000 |
---|---|---|
committer | Jeremy Utley <jeremy@linuxfromscratch.org> | 2003-09-01 19:29:40 +0000 |
commit | 0c84f8a8a9005537fc7a8373e450fa0186b7fadc (patch) | |
tree | 60b861127a40b6b62376c6c9fad49742ac1fbd8b /chapter06 | |
parent | 2b9f7514dab741b774a1bb3c5099c72e1c833efe (diff) |
Added Shadow newgrp fix from Greg
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2714 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/shadowpwd-inst.xml | 7 |
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> |