Changeset 4f26def for BOOK/final-system


Ignore:
Timestamp:
Sep 1, 2006, 5:03:11 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
9dc37e7
Parents:
8d45c06
Message:

r5464@server: jim | 2006-08-31 11:43:23 -0700
Added Shadow patch to fix useradd.

Location:
BOOK/final-system
Files:
4 edited

Legend:

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

    r8d45c06 r4f26def  
    2525  <sect2 role="installation">
    2626    <title>Installation of Shadow</title>
     27
     28    <para os="p1">The following patch fixes when useradd will only accept
     29    group names instead of group id numbers:</para>
     30
     31<screen os="p2"><userinput>patch -Np1 -i ../&shadow-useradd_fix-patch;</userinput></screen>
    2732
    2833    <note os="a">
  • BOOK/final-system/multilib/shadow-64bit.xml

    r8d45c06 r4f26def  
    2121  <sect2 role="installation">
    2222    <title>Installation of Shadow</title>
     23
     24    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     25    href="shadow.xml"
     26    xpointer="xpointer(//*[@os='p1'])"/>
     27
     28    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     29    href="shadow.xml"
     30    xpointer="xpointer(//*[@os='p2'])"/>
    2331
    2432    <note os="a">
  • BOOK/final-system/multilib/shadow-n32.xml

    r8d45c06 r4f26def  
    2222  <sect2 role="installation">
    2323    <title>Installation of Shadow</title>
     24
     25    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     26    href="shadow.xml"
     27    xpointer="xpointer(//*[@os='p1'])"/>
     28
     29    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     30    href="shadow.xml"
     31    xpointer="xpointer(//*[@os='p2'])"/>
    2432
    2533    <note os="a">
  • BOOK/final-system/multilib/shadow.xml

    r8d45c06 r4f26def  
    2222  <sect2 role="installation">
    2323    <title>Installation of Shadow</title>
     24
     25    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     26    href="../common/shadow.xml"
     27    xpointer="xpointer(//*[@os='p1'])"/>
     28
     29    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     30    href="../common/shadow.xml"
     31    xpointer="xpointer(//*[@os='p2'])"/>
    2432
    2533    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.