From 318e3c85876b968f02389f4e102131fe231cfe1c Mon Sep 17 00:00:00 2001 From: Greg Schafer Date: Thu, 2 Oct 2003 01:14:47 +0000 Subject: Chapter 6: Reinstate INSTALL=/tools/bin/install for linker adjustment command. Also remove now redundant install symlinks. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2915 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/shadowpwd-inst.xml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'chapter06/shadowpwd-inst.xml') diff --git a/chapter06/shadowpwd-inst.xml b/chapter06/shadowpwd-inst.xml index d487600e3..9e0069145 100644 --- a/chapter06/shadowpwd-inst.xml +++ b/chapter06/shadowpwd-inst.xml @@ -27,12 +27,11 @@ bad login attempts. Shadow hard-wires the path to the passwd binary within the binary itself, but does this the wrong way. If a passwd binary is not present before installing Shadow, -the package wrongly assumes it is going to be located at +the package incorrectly assumes it is going to be located at /bin/passwd, but then installs it in -/usr/bin/passwd. This will lead to weird errors about not -finding /bin/passwd. To work around this bug, create a -dummy passwd file, so that it gets hard-wired -properly: +/usr/bin/passwd. This will lead to errors about not finding +/bin/passwd. To work around this bug, create a dummy +passwd file, so that it gets hard-wired properly: touch /usr/bin/passwd -- cgit v1.2.3-54-g00ecf