diff options
author | James Robertson <jwrober@linuxfromscratch.org> | 2003-09-14 04:12:10 +0000 |
---|---|---|
committer | James Robertson <jwrober@linuxfromscratch.org> | 2003-09-14 04:12:10 +0000 |
commit | 343070e6f53942322b8e43dedae381f4546c0789 (patch) | |
tree | 819db6b929ce3843ca621d5d0f982a51606259dd | |
parent | b618482fc1c315abe8d0f885d1a8d12369b6da4f (diff) |
compilation error fix
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2808 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/pwdgroup.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/pwdgroup.xml b/chapter06/pwdgroup.xml index 34247fffd..d104e3be2 100644 --- a/chapter06/pwdgroup.xml +++ b/chapter06/pwdgroup.xml @@ -47,7 +47,7 @@ use the group's name.</para> <para>Lastly, we re-login to the chroot envrionment. User name and group name resolution will start working immediately after the -<filename>/etc/passwd</filename> and <filename>/etc/group<filename> files are +<filename>/etc/passwd</filename> and <filename>/etc/group</filename> files are created, because we installed a full glibc in Chapter 5. This will get rid of the "I have no name!" prompt.</para> |