diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2004-06-23 19:38:39 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2004-06-23 19:38:39 +0000 |
commit | 35ee31bc07be803a92d20d7c2eed5a8a45ab2452 (patch) | |
tree | a2b45de584b6ed3acfc79f430643566e09eba903 /chapter06/shadow.xml | |
parent | 4c71931ab451b09ca178004e57794988d00ae549 (diff) |
* Removed dpasswd from shadows list of installed files (Randy McMurchy)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3844 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/shadow.xml')
-rw-r--r-- | chapter06/shadow.xml | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml index 574a20d97..a1846e85c 100644 --- a/chapter06/shadow.xml +++ b/chapter06/shadow.xml @@ -144,11 +144,11 @@ any group passwords with the <command>gpasswd</command> command.</para> <segmentedlist> <segtitle>Installed programs</segtitle> -<seglistitem><seg>chage, chfn, chpasswd, chsh, dpasswd, expiry, faillog, -gpasswd, groupadd, groupdel, groupmod, groups, 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></seglistitem> +<seglistitem><seg>chage, chfn, chpasswd, chsh, expiry, faillog, gpasswd, +groupadd, groupdel, groupmod, groups, 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> +</seglistitem> </segmentedlist> <variablelist><title>Short descriptions</title> @@ -187,14 +187,6 @@ whole series of user accounts in one go.</para> </listitem> </varlistentry> -<varlistentry id="dpasswd"> -<term><command>dpasswd</command></term> -<listitem> -<indexterm zone="ch-system-shadow dpasswd"><primary sortas="b-dpasswd">dpasswd</primary></indexterm> -<para>is used to change dial-up passwords for user login shells.</para> -</listitem> -</varlistentry> - <varlistentry id="expiry"> <term><command>expiry</command></term> <listitem> |