Changeset dd54b8f


Ignore:
Timestamp:
Jul 12, 2006, 4:23:47 PM (18 years ago)
Author:
Joe Ciccone <jciccone@…>
Children:
991e8dd
Parents:
8cf06ca
Message:

Added a missing xinclude to the 64bit multilib shadow instructions.

Location:
final-system
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • final-system/common/shadow.xml

    r8cf06ca rdd54b8f  
    8080<screen os="l"><userinput>make install</userinput></screen>
    8181
    82     <para id="shadow-login_defs">Instead of using the default
     82    <para os="m" id="shadow-login_defs">Instead of using the default
    8383    <emphasis>crypt</emphasis> method, use the more secure
    8484    <emphasis>MD5</emphasis> method of password encryption, which also allows
     
    9090    configuration file:</para>
    9191
    92     <indexterm zone="shadow-login_defs">
     92    <indexterm os="n" zone="shadow-login_defs">
    9393      <primary sortas="e-/etc/login.defs">/etc/login.defs</primary>
    9494    </indexterm>
  • final-system/multilib/shadow-64bit.xml

    r8cf06ca rdd54b8f  
    8383    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    8484    href="../common/shadow.xml"
     85    xpointer="xpointer(//*[@os='m'])"/>
     86
     87    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     88    href="../common/shadow.xml"
     89    xpointer="xpointer(//*[@os='n'])"/>
     90
     91    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     92    href="../common/shadow.xml"
    8593    xpointer="xpointer(//*[@os='s'])"/>
    8694
Note: See TracChangeset for help on using the changeset viewer.