mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-16 09:15:38 +01:00
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:
parent
a0d96d25cf
commit
470b5d4c87
@ -39,6 +39,10 @@
|
||||
<listitem>
|
||||
<para>April 13, 2006</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[archaic] - Added chgpasswd to the list of installed files for
|
||||
Shadow.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[archaic] - Merged the udev_update branch to trunk.</para>
|
||||
</listitem>
|
||||
|
@ -216,10 +216,11 @@ ln -sfv ../../lib/libshadow.so.0 /usr/lib/libshadow.so</userinput></screen>
|
||||
<segtitle>Installed libraries</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>chage, chfn, chpasswd, chsh, expiry, faillog, gpasswd, groupadd,
|
||||
groupdel, groupmod, grpck, grpconv, grpunconv, lastlog, login, logoutd,
|
||||
newgrp, newusers, passwd, pwck, pwconv, pwunconv, sg (link to newgrp),
|
||||
su, useradd, userdel, usermod, vigr (link to vipw), and vipw</seg>
|
||||
<seg>chage, chfn, chgpasswd, chpasswd, chsh, expiry, faillog, gpasswd,
|
||||
groupadd, groupdel, groupmod, grpck, grpconv, grpunconv, lastlog, login,
|
||||
logoutd, newgrp, newusers, passwd, pwck, pwconv, pwunconv, sg (link to
|
||||
newgrp), su, useradd, userdel, usermod, vigr (link to vipw), and
|
||||
vipw</seg>
|
||||
<seg>libshadow.[a,so]</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
@ -250,11 +251,20 @@ ln -sfv ../../lib/libshadow.so.0 /usr/lib/libshadow.so</userinput></screen>
|
||||
</listitem>
|
||||
</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">
|
||||
<term><command>chpasswd</command></term>
|
||||
<listitem>
|
||||
<para>Used to update the passwords of an entire series of user
|
||||
accounts</para>
|
||||
<para>Used to update user passwords in batch mode</para>
|
||||
<indexterm zone="ch-system-shadow chpasswd">
|
||||
<primary sortas="b-chpasswd">chpasswd</primary>
|
||||
</indexterm>
|
||||
|
Loading…
Reference in New Issue
Block a user