mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 11:49:20 +01:00
touch-ups
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3035 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
a92249f003
commit
2991b39cd4
@ -52,8 +52,9 @@ the <quote>I have no name!</quote> prompt.</para>
|
||||
<para>Note the use of the <userinput>+h</userinput> directive. This tells
|
||||
<userinput>bash</userinput> not to use its internal path hashing. Without this
|
||||
directive, <userinput>bash</userinput> 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.</para>
|
||||
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.</para>
|
||||
|
||||
</sect1>
|
||||
|
||||
|
@ -32,7 +32,7 @@ the package incorrectly assumes it is going to be located at
|
||||
|
||||
<screen><userinput>touch /usr/bin/passwd</userinput></screen>
|
||||
|
||||
<para>The current Shadow suite has a problem that causes in the
|
||||
<para>The current Shadow suite has a problem that causes the
|
||||
<userinput>newgrp</userinput> command to fail. The following patch (also
|
||||
appearing in Shadow's CVS code) fixes this problem:</para>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user