From 343070e6f53942322b8e43dedae381f4546c0789 Mon Sep 17 00:00:00 2001 From: James Robertson Date: Sun, 14 Sep 2003 04:12:10 +0000 Subject: [PATCH] compilation error fix git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2808 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/pwdgroup.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. Lastly, we re-login to the chroot envrionment. User name and group name resolution will start working immediately after the -/etc/passwd and /etc/group files are +/etc/passwd and /etc/group files are created, because we installed a full glibc in Chapter 5. This will get rid of the "I have no name!" prompt.