aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/pwdgroup.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-04-14 02:34:44 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-04-14 02:34:44 +0000
commit8703c62e3fba3424a403d41a8dd8db74c91d7ff5 (patch)
tree7fda55d8bddcf6226ccd1a97b11a1df7041b5d3b /chapter05/pwdgroup.xml
parent8be5ea9bfc11233059cb67330083287897b7c4ff (diff)
Update
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@495 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/pwdgroup.xml')
-rw-r--r--chapter05/pwdgroup.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter05/pwdgroup.xml b/chapter05/pwdgroup.xml
index 27bea861c..0e27d6c82 100644
--- a/chapter05/pwdgroup.xml
+++ b/chapter05/pwdgroup.xml
@@ -2,14 +2,14 @@
<title>Creating passwd and group files</title>
<para>
-In order for user and group root to be recognized and to be able to login,
-it needs an entry in the /etc/passwd and /etc/group file. Besides the
+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
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, it doesn't matter all that much what GID a group has. Since there
+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
MAKEDEV script (the script that creates the device files in the /dev