From 0c84f8a8a9005537fc7a8373e450fa0186b7fadc Mon Sep 17 00:00:00 2001 From: Jeremy Utley Date: Mon, 1 Sep 2003 19:29:40 +0000 Subject: Added Shadow newgrp fix from Greg git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2714 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/shadowpwd-inst.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'chapter06/shadowpwd-inst.xml') 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: touch /usr/bin/passwd +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. + +patch -Np1 -i ../shadow-&shadow-patch-version;.patch + + Now prepare Shadow for compilation: ./configure --prefix=/usr --libdir=/usr/lib --enable-shared -- cgit v1.2.3-54-g00ecf