diff options
author | Thomas Balu Walter <tw@itreff.de> | 2001-03-18 20:39:49 +0000 |
---|---|---|
committer | Thomas Balu Walter <tw@itreff.de> | 2001-03-18 20:39:49 +0000 |
commit | 137bd506ad66d6c67186a63b30abd3c626e5a66d (patch) | |
tree | 9e20183d16e52ccd11c47b5231003415652b98b0 /chapter05/pwdgroup.xml | |
parent | 72033583eb677b863c84eb1454a20ee4ddbcd46e (diff) |
You's
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@335 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/pwdgroup.xml')
-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 db7343aa6..0ed3ded49 100644 --- a/chapter05/pwdgroup.xml +++ b/chapter05/pwdgroup.xml @@ -7,7 +7,7 @@ it needs 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 yourself. Well +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 aren't any standards for groups I won't follow any conventions used by |