From 6518edd20926f594cac72468d5e13209e124a9c4 Mon Sep 17 00:00:00 2001 From: Marc Heerdink Date: Fri, 25 Jan 2002 16:09:36 +0000 Subject: Text corrections: * replaced a capital "The" in the middle of a sentence with "the" * added "commands" to "by running the following:" * rephrased one sentence to make it sound a bit more logical git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1478 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/pwdgroup.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'chapter05/pwdgroup.xml') diff --git a/chapter05/pwdgroup.xml b/chapter05/pwdgroup.xml index 0623ea85d..4d6b5e4ae 100644 --- a/chapter05/pwdgroup.xml +++ b/chapter05/pwdgroup.xml @@ -6,11 +6,11 @@ login, there needs to be an entry in the /etc/passwd and /etc/group file. Besides the group root, a couple of other groups are recommended and needed by packages. The groups with their GID's below aren't part of any standard. -The LSB only recommends besides a group root a group bin to be present -with GID 1. Other group names and GID's can be chosen by the user. Well +The LSB only recommends a group bin with GID 1 to be present besides +group root. Other group names and GID's can be chosen by the user. Well written packages don't depend on GID numbers but just use the group -name, since it doesn't matter which GID a group has. Since there -aren't any standards for groups The groups created here are the groups the +name, so it doesn't matter which GID a group has. Since there +aren't any standards for groups the groups created here are the groups the MAKEDEV script (the script that creates the device files in the /dev directory) mentions. @@ -20,7 +20,7 @@ following command: echo "root:x:0:0:root:/root:/bin/bash" > $LFS/etc/passwd Create a new file $LFS/etc/group by running the -following: +following command: cat > $LFS/etc/group << "EOF" root:x:0: -- cgit v1.2.3-54-g00ecf