Added chgpasswd to the list of installed files for Shadow.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7511 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Archaic 2006-04-13 20:34:24 +00:00
parent a0d96d25cf
commit 470b5d4c87
2 changed files with 20 additions and 6 deletions

View File

@ -39,6 +39,10 @@
<listitem> <listitem>
<para>April 13, 2006</para> <para>April 13, 2006</para>
<itemizedlist> <itemizedlist>
<listitem>
<para>[archaic] - Added chgpasswd to the list of installed files for
Shadow.</para>
</listitem>
<listitem> <listitem>
<para>[archaic] - Merged the udev_update branch to trunk.</para> <para>[archaic] - Merged the udev_update branch to trunk.</para>
</listitem> </listitem>

View File

@ -216,10 +216,11 @@ ln -sfv ../../lib/libshadow.so.0 /usr/lib/libshadow.so</userinput></screen>
<segtitle>Installed libraries</segtitle> <segtitle>Installed libraries</segtitle>
<seglistitem> <seglistitem>
<seg>chage, chfn, chpasswd, chsh, expiry, faillog, gpasswd, groupadd, <seg>chage, chfn, chgpasswd, chpasswd, chsh, expiry, faillog, gpasswd,
groupdel, groupmod, grpck, grpconv, grpunconv, lastlog, login, logoutd, groupadd, groupdel, groupmod, grpck, grpconv, grpunconv, lastlog, login,
newgrp, newusers, passwd, pwck, pwconv, pwunconv, sg (link to newgrp), logoutd, newgrp, newusers, passwd, pwck, pwconv, pwunconv, sg (link to
su, useradd, userdel, usermod, vigr (link to vipw), and vipw</seg> newgrp), su, useradd, userdel, usermod, vigr (link to vipw), and
vipw</seg>
<seg>libshadow.[a,so]</seg> <seg>libshadow.[a,so]</seg>
</seglistitem> </seglistitem>
</segmentedlist> </segmentedlist>
@ -250,11 +251,20 @@ ln -sfv ../../lib/libshadow.so.0 /usr/lib/libshadow.so</userinput></screen>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry id="chgpasswd">
<term><command>chgpasswd</command></term>
<listitem>
<para>Used to update group passwords in batch mode</para>
<indexterm zone="ch-system-shadow chgpasswd">
<primary sortas="b-chgpasswd">chgpasswd</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="chpasswd"> <varlistentry id="chpasswd">
<term><command>chpasswd</command></term> <term><command>chpasswd</command></term>
<listitem> <listitem>
<para>Used to update the passwords of an entire series of user <para>Used to update user passwords in batch mode</para>
accounts</para>
<indexterm zone="ch-system-shadow chpasswd"> <indexterm zone="ch-system-shadow chpasswd">
<primary sortas="b-chpasswd">chpasswd</primary> <primary sortas="b-chpasswd">chpasswd</primary>
</indexterm> </indexterm>