Changeset 4e2bbfd


Ignore:
Timestamp:
Jul 8, 2006, 8:31:13 PM (18 years ago)
Author:
Chris Staub <chris@…>
Children:
0225b23
Parents:
909748a
Message:

Minor text changes in passwd/group file creation

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • boot/common/pwdgroup.xml

    r909748a r4e2bbfd  
    4848
    4949  <para os="a">The actual password for <systemitem class="username">root</systemitem>
    50   (the <quote>x</quote> used here is just a placeholder) will be set
    51   later.</para>
     50  (the <quote>::</quote> used here is just a placeholder and allow you to login
     51  with no password) will be set later.</para>
    5252
    5353  <variablelist os="b">
     
    7676      <term><literal>lp:x:10:9:lp:/var/spool/lp:/bin/false</literal></term>
    7777      <listitem>
    78         <para>To be written</para>
     78        <para>Used by programs for printing</para>
    7979      </listitem>
    8080    </varlistentry>
     
    8282      <term><literal>mail:x:30:30:mail:/var/mail:/bin/false</literal></term>
    8383      <listitem>
    84         <para>To be written</para>
     84        <para>Often used by email programs</para>
    8585      </listitem>
    8686    </varlistentry>
     
    180180    </varlistentry>
    181181    <varlistentry>
    182       <term><literal>users:x:100:</literal></term>
    183       <listitem>
    184         <para>To be written</para>
     182      <term><literal>users:x:1000:</literal></term>
     183      <listitem>
     184        <para>The default GID used by shadow for new users</para>
    185185      </listitem>
    186186    </varlistentry>
  • chroot/common/pwdgroup.xml

    r909748a r4e2bbfd  
    4747EOF</userinput></screen>
    4848
    49   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    50   href="../../boot/common/pwdgroup.xml"
    51   xpointer="xpointer(//*[@os='a'])"/>
     49  <para os="a">The actual password for
     50  <systemitem class="username">root</systemitem> (the <quote>x</quote>
     51  used here is just a placeholder) will be set later.</para>
    5252
    5353  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.