aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/pwdgroup.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-08-29 17:49:48 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-08-29 17:49:48 +0000
commit2f5db45b25656c38b6633e9f9bfd1a44abc029e5 (patch)
treec7ad2241cef013c93823ccb73d7d41ccd67bbb8a /chapter05/pwdgroup.xml
parentf0f31916d84c7975f72f54fc17e83af8adeb40e5 (diff)
text updates
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1110 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/pwdgroup.xml')
-rw-r--r--chapter05/pwdgroup.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/chapter05/pwdgroup.xml b/chapter05/pwdgroup.xml
index eb5d77f4a..e8c25881f 100644
--- a/chapter05/pwdgroup.xml
+++ b/chapter05/pwdgroup.xml
@@ -3,14 +3,13 @@
<para>In order for the user and group root to be recognized and to be able to
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
+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
written packages don't depend on GID numbers but just use the group
-name, since it doesn't matter all that much what GID a group has. Since there
-aren't any standards for groups I won't follow any conventions used by
-Debian, RedHat and others. The groups added here are the groups the
+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
MAKEDEV script (the script that creates the device files in the /dev
directory) mentions.</para>