Changeset 4f26def


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
Files:
7 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"
  • BOOK/introduction/common/changelog.xml

    r8d45c06 r4f26def  
    3636    </listitem>
    3737-->
     38
     39    <listitem>
     40      <para>August 31, 2006</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[jim] - Added Shadow patch to fix useradd.</para>
     44        </listitem>
     45      </itemizedlist>
     46    </listitem>
    3847
    3948    <listitem>
  • BOOK/materials/common/patches.xml

    r8d45c06 r4f26def  
    236236
    237237    <varlistentry>
     238      <term>Shadow Useradd Fix Patch - <token>&shadow-useradd_fix-patch-size;</token>:</term>
     239      <listitem>
     240        <para>Download: <ulink
     241        url="&patches-root;&shadow-useradd_fix-patch;"/></para>
     242        <para>MD5 sum: <literal>&shadow-useradd_fix-patch-md5;</literal></para>
     243      </listitem>
     244    </varlistentry>
     245
     246    <varlistentry>
    238247      <term>Sysklogd Fixes Patch - <token>&sysklogd-fixes-patch-size;</token>:</term>
    239248      <listitem>
  • BOOK/patches.ent

    r8d45c06 r4f26def  
    101101<!ENTITY readline-fixes-patch-size "2.1 KB">
    102102
     103<!ENTITY shadow-useradd_fix-patch "shadow-&shadow-version;-useradd_fix-1.patch">
     104<!ENTITY shadow-useradd_fix-patch-md5 "272eb8ef4b9b7ad859292150526ea5fa">
     105<!ENTITY shadow-useradd_fix-patch-size "4 KB">
     106
    103107<!ENTITY sysklogd-fixes-patch "sysklogd-&sysklogd-version;-fixes-1.patch">
    104108<!ENTITY sysklogd-fixes-patch-md5 "508104f058d1aef26b3bc8059821935f">
Note: See TracChangeset for help on using the changeset viewer.