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>
|
<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>
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user