diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-04-19 18:57:36 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-04-19 18:57:36 +0000 |
commit | cdfd845cb854a669acb1e19dfa102dec9d275cd7 (patch) | |
tree | 929fa3db9a7ba46e6933672f6c9f43e0738e82c0 | |
parent | e69a59f2e44d780a6ca26e71b96ab86e58b0fe58 (diff) |
unconfuse
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1841 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter05/pwdgroup.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/pwdgroup.xml b/chapter05/pwdgroup.xml index 4d6b5e4ae..f1c5e2176 100644 --- a/chapter05/pwdgroup.xml +++ b/chapter05/pwdgroup.xml @@ -5,7 +5,7 @@ <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 -packages. The groups with their GID's below aren't part of any standard. +packages. The groups created below aren't part of any standard. 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 |