diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-07-26 21:01:01 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-07-26 21:01:01 +0000 |
commit | 04dd97369c1b59d1de8655ae0e2be7c365276bb3 (patch) | |
tree | ccbf775ed7426964bbabf4c2f0243cd265d89a34 | |
parent | c51ea9fb123979adc347fbf3684c7abc9b6f85cd (diff) |
Remove groups from the list of programs installed by shadow
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6585 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter06/shadow.xml | 10 |
2 files changed, 5 insertions, 9 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 79100ab50..7622828ed 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -110,6 +110,10 @@ First a summary, then a detailed log.</para> </itemizedlist> </listitem> +<listitem><para>July 26th, 2005 [matt]: Remove <quote>groups</quote> from the +list of programs installed by shadow, as we use the version provided by +coreutils instead (Randy McMurchy).</para></listitem> + <listitem><para>July 26th, 2005 [matt]: Updated to mktemp-1.5-add_tempfile-3.patch, which adds license and copyright information to the previous version.</para></listitem> <listitem><para>July 23rd, 2005 [matt]: Moved FORMER_CONTRIBUTORS information diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml index 8e62fefa6..6e8038adb 100644 --- a/chapter06/shadow.xml +++ b/chapter06/shadow.xml @@ -142,7 +142,7 @@ by running:</para> <segtitle>Installed programs</segtitle> <segtitle>Installed libraries</segtitle> <seglistitem><seg>chage, chfn, chpasswd, chsh, expiry, faillog, gpasswd, -groupadd, groupdel, groupmod, groups, grpck, grpconv, grpunconv, lastlog, login, +groupadd, groupdel, groupmod, grpck, grpconv, grpunconv, lastlog, login, logoutd, mkpasswd, newgrp, newusers, passwd, pwck, pwconv, pwunconv, sg (link to newgrp), useradd, userdel, usermod, vigr (link to vipw), and vipw</seg> <seg>libshadow.[a,so]</seg> @@ -236,14 +236,6 @@ failures before an account is blocked, or to reset the failure count</para> </listitem> </varlistentry> -<varlistentry id="groups"> -<term><command>groups</command></term> -<listitem> -<para>Reports the groups of which the given users are members</para> -<indexterm zone="ch-system-shadow groups"><primary sortas="b-groups">groups</primary></indexterm> -</listitem> -</varlistentry> - <varlistentry id="grpck"> <term><command>grpck</command></term> <listitem> |