From 2991b39cd42f5a48a643d56a4f431b0c4f4cdc22 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Thu, 23 Oct 2003 19:27:27 +0000 Subject: touch-ups git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3035 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/pwdgroup.xml | 5 +++-- chapter06/shadowpwd-inst.xml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/chapter06/pwdgroup.xml b/chapter06/pwdgroup.xml index 02243673f..c473ff501 100644 --- a/chapter06/pwdgroup.xml +++ b/chapter06/pwdgroup.xml @@ -52,8 +52,9 @@ the I have no name! prompt. Note the use of the +h directive. This tells bash not to use its internal path hashing. Without this directive, bash would remember the paths to binaries it -has executed. Since as we go through this chapter, we want to use our newly -compiled binaries as soon as they are installed, we turn off this function. +has executed. Since we want to use our newly compiled binaries as soon as +they are installed, we turn off this function for the duration of this +chapter. diff --git a/chapter06/shadowpwd-inst.xml b/chapter06/shadowpwd-inst.xml index ecdfded3e..2632f7732 100644 --- a/chapter06/shadowpwd-inst.xml +++ b/chapter06/shadowpwd-inst.xml @@ -32,7 +32,7 @@ the package incorrectly assumes it is going to be located at touch /usr/bin/passwd -The current Shadow suite has a problem that causes in the +The current Shadow suite has a problem that causes the newgrp command to fail. The following patch (also appearing in Shadow's CVS code) fixes this problem: -- cgit v1.2.3-54-g00ecf