diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-05-29 23:13:57 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-05-29 23:13:57 +0000 |
commit | 159c2d2da34540e99d4aa985dc9e2c7e7a76ec4d (patch) | |
tree | 14654a2cbd70f026b92aa2b760c85f32eddbb588 /chapter06/glibc-exp.xml | |
parent | c4eeb6f378b5b9d1d1e43274b8dfa2bb124b8312 (diff) |
applied Alex's so-it's-ids.patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1941 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/glibc-exp.xml')
-rw-r--r-- | chapter06/glibc-exp.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/glibc-exp.xml b/chapter06/glibc-exp.xml index 1acd57137..bd2bab1d2 100644 --- a/chapter06/glibc-exp.xml +++ b/chapter06/glibc-exp.xml @@ -19,9 +19,9 @@ it hasn't been installed yet.</para> <para><userinput>sed 's/root/0' login/Makefile.backup > login/Makefile:</userinput> This sed command replaces all occurrences of <filename>root</filename> in <filename>login/Makefile.backup</filename> -with 0. This is because we don't have glibc on the LFS system yet, so -usernames can't be resolved to their user id's. Therefore, we replace -the username root with user id 0.</para> +with 0. This is necessary because we don't have glibc on the LFS system yet, so +user names can't be resolved to their user IDs. Therefore, we replace +the user name "root" with user ID 0.</para> <para><userinput>--enable-add-ons:</userinput> This enables the add-on that we install with Glibc: linuxthreads</para> |