aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorSimon Perreault <nomis80@videotron.ca>2001-03-12 17:38:27 +0000
committerSimon Perreault <nomis80@videotron.ca>2001-03-12 17:38:27 +0000
commit8c62583d8651d2d32876c5681b3e02a9dcb91487 (patch)
treed03e1f620346855e312d5b3cbb47ca4d3a38db06 /chapter06
parentc3b1a1b628bf83ea34228c63a49c53e06662e943 (diff)
pw_chown -> pt_chown
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@299 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/glibc-inst.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/glibc-inst.xml b/chapter06/glibc-inst.xml
index a3a925954..7458748ab 100644
--- a/chapter06/glibc-inst.xml
+++ b/chapter06/glibc-inst.xml
@@ -30,7 +30,7 @@ Install Glibc by running the following commands:
<userinput>make install &amp;&amp;</userinput>
<userinput>make localedata/install-locales &amp;&amp;</userinput>
<userinput>cp login/pt_chown /usr/bin &amp;&amp;</userinput>
- <userinput>chmod 4755 /usr/bin/pw_chown</userinput>
+ <userinput>chmod 4755 /usr/bin/pt_chown</userinput>
</literallayout></blockquote>