From 2f5db45b25656c38b6633e9f9bfd1a44abc029e5 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Wed, 29 Aug 2001 17:49:48 +0000 Subject: text updates git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1110 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/pwdgroup.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'chapter05/pwdgroup.xml') 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 @@ 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. -- cgit v1.2.3-54-g00ecf