Changeset 4c5177f


Ignore:
Timestamp:
06/20/2005 06:19:52 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
6.1, 6.1.1
Children:
f90e0f0
Parents:
816f430
Message:

Typo. Ported from trunk r6065.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@6067 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/shadow.xml

    r816f430 r4c5177f  
    3030<title>Installation of Shadow</title>
    3131
    32 <para>Shadow fails to update the time of last login as noted by 
    33 <command>lastlog</command> when logging into a regular console. 
    34 The Port (tty) column does get updated. Remote logins and 
     32<para>Shadow fails to update the time of last login as noted by
     33<command>lastlog</command> when logging into a regular console.
     34The Port (tty) column does get updated. Remote logins and
    3535<command>xterm</command> logins seem to not be broken; just console.
    3636The following patch properly fixes this issue:</para>
     
    114114If using Shadow support, keep in mind that programs which need to
    115115verify passwords (display managers, FTP programs, pop3 daemons, etc.)
    116 must be shadow-compliant. That is, they need to be able to work with
     116must be Shadow-compliant. That is, they need to be able to work with
    117117shadowed passwords.</para>
    118118
     
    337337<term><command>pwck</command></term>
    338338<listitem>
    339 <para>Verifies the integrity of the password files 
     339<para>Verifies the integrity of the password files
    340340<filename>/etc/passwd</filename> and <filename>/etc/shadow</filename></para>
    341341<indexterm zone="ch-system-shadow pwck"><primary sortas="b-pwck">pwck</primary></indexterm>
     
    399399<listitem>
    400400<para>Is used to modify the given user's login name, User
    401 Identification (UID), 
     401Identification (UID),
    402402shell, initial group, home directory, etc.</para>
    403403<indexterm zone="ch-system-shadow usermod"><primary sortas="b-usermod">usermod</primary></indexterm>
     
    417417<term><command>vipw</command></term>
    418418<listitem>
    419 <para>Edits the <filename>/etc/passwd</filename> or 
     419<para>Edits the <filename>/etc/passwd</filename> or
    420420<filename>/etc/shadow</filename> files</para>
    421421<indexterm zone="ch-system-shadow vipw"><primary sortas="b-vipw">vipw</primary></indexterm>
Note: See TracChangeset for help on using the changeset viewer.