Browse Source

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
Archaic 19 years ago
parent
commit
470b5d4c87
2 changed files with 20 additions and 6 deletions
  1. 4 0
      chapter01/changelog.xml
  2. 16 6
      chapter06/shadow.xml

+ 4 - 0
chapter01/changelog.xml

@@ -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>

+ 16 - 6
chapter06/shadow.xml

@@ -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>